Skip to content

Commit 15b5871

Browse files
committed
add native shots
1 parent a80b3ac commit 15b5871

7 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configs({ directions: ['ltr'], modes: ['md', 'ios', 'ionic-md'] }).forEach(({ co
1313
});
1414
});
1515

16-
configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ config, screenshot, title }) => {
16+
configs({ directions: ['ltr'], modes: ['md', 'ios', 'ionic-md'] }).forEach(({ config, screenshot, title }) => {
1717
test.describe(title('badge: hint inside avatar'), () => {
1818
test('should not have visual regressions', async ({ page }) => {
1919
await page.goto('/src/components/badge/test/hint', config);
7.22 KB
Loading
9.2 KB
Loading
11.2 KB
Loading
8.35 KB
Loading
11.4 KB
Loading
12.2 KB
Loading

0 commit comments

Comments
 (0)