We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a926cd5 commit 8af89c3Copy full SHA for 8af89c3
core/src/components/toolbar/test/basic/toolbar.e2e.ts
@@ -86,7 +86,7 @@ configs({ modes: ['ios', 'md', 'ionic-md'], palettes: ['light', 'dark'] }).forEa
86
await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-icon-buttons`));
87
});
88
89
- test.only('should not have visual regressions with buttons with icons and text', async ({ page, skip }) => {
+ test('should not have visual regressions with buttons with icons and text', async ({ page, skip }) => {
90
skip.browser('webkit', 'Safari does not consistently render overflowing text in a toolbar with icons and text.');
91
92
await page.setContent(
0 commit comments