Skip to content

Commit

Permalink
Resolved failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojima committed Dec 15, 2023
1 parent b060627 commit f1e5a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/lib/toast/__tests__/toast-banner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ describe('Toast', () => {
const dismissMock = vi.fn();
render(Toast, {
variant: 'success',
dismiss: dismissMock
});

await fireEvent.click(screen.getByLabelText(/Dismiss toast/iu));
Expand Down

0 comments on commit f1e5a47

Please sign in to comment.