Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkowalski committed Jan 15, 2025
1 parent a1a1751 commit 2ef21c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ test.describe('Basic functionality', () => {
await expect(page.getByTestId('auto-close-el')).toHaveCount(1);
});

test.only("toast's dismiss callback gets executed correctly", async ({ page }) => {
test("toast's dismiss callback gets executed correctly", async ({ page }) => {
await page.getByTestId('dismiss-toast-callback').click();
const toast = page.locator('[data-sonner-toast]');
const dragBoundingBox = await toast.boundingBox();
Expand Down

0 comments on commit 2ef21c0

Please sign in to comment.