Skip to content

Commit a6c2643

Browse files
Update core/src/components/badge/test/hint/badge.e2e.ts
Co-authored-by: Brandy Smith <[email protected]>
1 parent 0eb919f commit a6c2643

File tree

1 file changed

+1
-1
lines changed

1 file 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
@@ -1,7 +1,7 @@
11
import { expect } from '@playwright/test';
22
import { configs, test } from '@utils/test/playwright';
33

4-
configs({ modes: ['md', 'ios', 'ionic-md'] }).forEach(({ config, screenshot, title }) => {
4+
configs({ directions: ['ltr'], modes: ['md', 'ios', 'ionic-md'] }).forEach(({ config, screenshot, title }) => {
55
test.describe(title('badge: hint'), () => {
66
test('should not have visual regressions', async ({ page }) => {
77
await page.goto('/src/components/badge/test/hint', config);

0 commit comments

Comments
 (0)