Skip to content

Commit

Permalink
fix(ai-label): avt tests from slow to regular (#17394)
Browse files Browse the repository at this point in the history
Co-authored-by: Gururaj J <89023023+Gururajj77@users.noreply.github.com>
  • Loading branch information
ariellalgilmore and Gururajj77 authored Sep 18, 2024
1 parent 0c2cea7 commit 494e28c
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 494e28c

Please sign in to comment.