Skip to content

Commit a3c54c7

Browse files
committed
rework tests
1 parent 15b5871 commit a3c54c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ configs({ directions: ['ltr'], modes: ['md', 'ios', 'ionic-md'] }).forEach(({ co
1111
await expect(container).toHaveScreenshot(screenshot(`badge-hint-empty`));
1212
});
1313
});
14-
});
1514

16-
configs({ directions: ['ltr'], modes: ['md', 'ios', 'ionic-md'] }).forEach(({ config, screenshot, title }) => {
1715
test.describe(title('badge: hint inside avatar'), () => {
1816
test('should not have visual regressions', async ({ page }) => {
1917
await page.goto('/src/components/badge/test/hint', config);
@@ -23,4 +21,4 @@ configs({ directions: ['ltr'], modes: ['md', 'ios', 'ionic-md'] }).forEach(({ co
2321
await expect(container).toHaveScreenshot(screenshot(`badge-hint-avatar`));
2422
});
2523
});
26-
});
24+
});

0 commit comments

Comments
 (0)