Skip to content

Commit 823e9f1

Browse files
committed
fix(badge): text sentence
1 parent 1552104 commit 823e9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ configs({ directions: ['ltr'], modes: ['md', 'ios', 'ionic-md'] }).forEach(({ co
2323
});
2424

2525
test.describe(title('badge: hint inside tab button'), () => {
26-
test('tab button icon top, should not have visual regressions', async ({ page }) => {
26+
test('should not have visual regressions when icon is on the top', async ({ page }) => {
2727
await page.goto('/src/components/badge/test/hint', config);
2828

2929
const container = page.locator('#tab-button');
3030

3131
await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-top`));
3232
});
3333

34-
test('tab button icon bottom, should not have visual regressions', async ({ page }) => {
34+
test('should not have visual regressions when icon is at the bottom', async ({ page }) => {
3535
await page.goto('/src/components/badge/test/hint', config);
3636

3737
const container = page.locator('#tab-button-icon-bottom');

0 commit comments

Comments
 (0)