Skip to content

Commit 70a1892

Browse files
committed
test(toast): remove only
1 parent 10eac37 commit 70a1892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/toast/test/a11y/toast.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ configs({ directions: ['ltr'], palettes: ['high-contrast-dark', 'high-contrast']
253253
);
254254
});
255255

256-
test.only('should not have visual regressions', async ({ page }) => {
256+
test('should not have visual regressions', async ({ page }) => {
257257
const toast = page.locator('ion-toast');
258258

259259
await expect(toast).toBeVisible();

0 commit comments

Comments
 (0)