Skip to content

Commit

Permalink
fix(ai-label): avt tests from slow to regular (carbon-design-system#1…
Browse files Browse the repository at this point in the history
…7394)

Co-authored-by: Gururaj J <[email protected]>
  • Loading branch information
2 people authored and guidari committed Sep 18, 2024
1 parent ebf16c0 commit 800274d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/components/AILabel/Slug-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test.describe('@avt AILabel', () => {
await expect(page).toHaveNoACViolations('AILabel');
});

test.slow('@avt-advanced-states open state', async ({ page }) => {
test('@avt-advanced-states open state', async ({ page }) => {
await visitStory(page, {
component: 'AILabel',
id: 'components-ailabel--default',
Expand All @@ -37,7 +37,7 @@ test.describe('@avt AILabel', () => {
await expect(page).toHaveNoACViolations('AILabel-open');
});

test.slow('@avt-advanced-states ai form', async ({ page }) => {
test('@avt-advanced-states ai form', async ({ page }) => {
await visitStory(page, {
component: 'AILabel',
id: 'components-form--with-ai-label',
Expand Down

0 comments on commit 800274d

Please sign in to comment.