Skip to content

Commit c3345d1

Browse files
committed
test(alert): remove only
1 parent 00448f6 commit c3345d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/alert/test/basic/alert.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ configs().forEach(({ config, screenshot, title }) => {
103103

104104
configs({ palettes: ['light', 'dark'] }).forEach(({ config, screenshot, title }) => {
105105
test.describe(title('should not have visual regressions'), () => {
106-
test.only('more than two buttons', async ({ page }) => {
106+
test('more than two buttons', async ({ page }) => {
107107
await page.setContent(
108108
`
109109
<ion-alert

0 commit comments

Comments
 (0)