Skip to content

Commit

Permalink
test(e2e): update id
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Nov 3, 2022
1 parent bcc1cd2 commit 1c0a88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/components/FluidDatePicker/FluidDatePicker-test.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test.describe('FluidDatePicker', () => {
test('fluid date picker (single) @vrt', async ({ page }) => {
await snapshotStory(page, {
component: 'FluidDatePicker',
id: 'experimental-unstable-fluiddatepicker--single-with-calendar',
id: 'experimental-unstable-fluiddatepicker--single',
theme,
});
});
Expand All @@ -50,7 +50,7 @@ test.describe('FluidDatePicker', () => {
});
await visitStory(page, {
component: 'FluidDatePicker',
id: 'experimental-unstable-fluiddatepicker--single-with-calendar',
id: 'experimental-unstable-fluiddatepicker--single',
globals: {
theme: 'white',
},
Expand Down

0 comments on commit 1c0a88c

Please sign in to comment.