Skip to content

Commit 86972ec

Browse files
committed
test(toolbar): remove only
1 parent f0ee0b3 commit 86972ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ configs({ modes: ['ios', 'md', 'ionic-md'], palettes: ['light', 'dark'] }).forEa
4141
await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-long-text`));
4242
});
4343

44-
test.only('should not have visual regressions with icon-only buttons', async ({ page }) => {
44+
test('should not have visual regressions with icon-only buttons', async ({ page }) => {
4545
await page.setContent(
4646
`
4747
<ion-header>

0 commit comments

Comments
 (0)