Skip to content

Commit

Permalink
test(Toaster): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
itwillwork committed Dec 27, 2024
1 parent 16dbc12 commit 38ca70a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Toaster/__tests__/Toast.visual.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ test.describe('Toast', {tag: '@Toaster'}, () => {
});
});

smokeTest('with icons', async ({mount, expectScreenshot}) => {
smokeTest('with custom icon', async ({mount, expectScreenshot}) => {
const smokeScenarios = createSmokeScenarios<ToastProps>(
{
name: 'toast',
Expand Down

0 comments on commit 38ca70a

Please sign in to comment.