Skip to content

Commit

Permalink
Fix ID
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Dec 27, 2024
1 parent 38be440 commit 7600df6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/components/drafts/ActionBar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test.describe('ActionBar', () => {
test.describe(theme, () => {
test('default @vrt', async ({page}) => {
await visit(page, {
id: 'experimental-components-actionbar--comment-box',
id: 'experimental-components-actionbar-examples--comment-box',
globals: {
colorScheme: theme,
},
Expand All @@ -19,7 +19,7 @@ test.describe('ActionBar', () => {

test('axe @aat', async ({page}) => {
await visit(page, {
id: 'experimental-components-actionbar--comment-box',
id: 'experimental-components-actionbar-examples--comment-box',
globals: {
colorScheme: theme,
},
Expand All @@ -35,7 +35,7 @@ test.describe('ActionBar', () => {
test.describe(theme, () => {
test('Overflow interaction @vrt', async ({page}) => {
await visit(page, {
id: 'experimental-components-actionbar--comment-box',
id: 'experimental-components-actionbar-examples--comment-box',
globals: {
colorScheme: theme,
},
Expand Down

0 comments on commit 7600df6

Please sign in to comment.