Skip to content

Commit 4946f13

Browse files
committed
feat(tab-button): Style badge when tab button has icon at bottom.
1 parent ff966dd commit 4946f13

16 files changed

+82
-0
lines changed

core/src/components/badge/test/hint/badge.e2e.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,14 @@ configs({ directions: ['ltr'], modes: ['md', 'ios', 'ionic-md'] }).forEach(({ co
3131
await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button`));
3232
});
3333
});
34+
35+
test.describe(title('badge: hint inside tab button when tab button has icon at bottom'), () => {
36+
test('should not have visual regressions', async ({ page }) => {
37+
await page.goto('/src/components/badge/test/hint', config);
38+
39+
const container = page.locator('#tab-button-icon-bottom');
40+
41+
await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`));
42+
});
43+
});
3444
});
Loading
Loading
Loading
15.2 KB
Loading
19.9 KB
Loading
16.3 KB
Loading
12.4 KB
Loading
15.2 KB
Loading
11.8 KB
Loading

0 commit comments

Comments
 (0)