Skip to content

Commit 8af89c3

Browse files
committed
test(toolbar): remove only
1 parent a926cd5 commit 8af89c3

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
@@ -86,7 +86,7 @@ configs({ modes: ['ios', 'md', 'ionic-md'], palettes: ['light', 'dark'] }).forEa
8686
await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-icon-buttons`));
8787
});
8888

89-
test.only('should not have visual regressions with buttons with icons and text', async ({ page, skip }) => {
89+
test('should not have visual regressions with buttons with icons and text', async ({ page, skip }) => {
9090
skip.browser('webkit', 'Safari does not consistently render overflowing text in a toolbar with icons and text.');
9191

9292
await page.setContent(

0 commit comments

Comments
 (0)