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 f0ee0b3 commit 86972ecCopy full SHA for 86972ec
core/src/components/toolbar/test/basic/toolbar.e2e.ts
@@ -41,7 +41,7 @@ configs({ modes: ['ios', 'md', 'ionic-md'], palettes: ['light', 'dark'] }).forEa
41
await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-long-text`));
42
});
43
44
- test.only('should not have visual regressions with icon-only buttons', async ({ page }) => {
+ test('should not have visual regressions with icon-only buttons', async ({ page }) => {
45
await page.setContent(
46
`
47
<ion-header>
0 commit comments