Skip to content

Commit

Permalink
test(e2e): update form test to match new location
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Nov 30, 2023
1 parent 18e2b98 commit f6c1e39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/components/Slug/Slug-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test.describe('Slug @avt', () => {
test('@avt-advanced-states ai form', async ({ page }) => {
await visitStory(page, {
component: 'Slug',
id: 'components-form--ai-form',
id: 'experimental-unstable-slug-form--form-example',
globals: {
theme: 'white',
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/Slug/Slug-test.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test.describe('Slug', () => {
test('slug inside form @vrt', async ({ page }) => {
await snapshotStory(page, {
component: 'Slug',
id: 'components-form--ai-form',
id: 'experimental-unstable-slug-form--form-example',
theme,
});
});
Expand Down
3 changes: 3 additions & 0 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3124,6 +3124,9 @@ Map {
"onKeyUp": Object {
"type": "func",
},
"slug": Object {
"type": "node",
},
"tabIndex": Object {
"type": "number",
},
Expand Down

0 comments on commit f6c1e39

Please sign in to comment.