We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb919f commit a6c2643Copy full SHA for a6c2643
core/src/components/badge/test/hint/badge.e2e.ts
@@ -1,7 +1,7 @@
1
import { expect } from '@playwright/test';
2
import { configs, test } from '@utils/test/playwright';
3
4
-configs({ modes: ['md', 'ios', 'ionic-md'] }).forEach(({ config, screenshot, title }) => {
+configs({ directions: ['ltr'], modes: ['md', 'ios', 'ionic-md'] }).forEach(({ config, screenshot, title }) => {
5
test.describe(title('badge: hint'), () => {
6
test('should not have visual regressions', async ({ page }) => {
7
await page.goto('/src/components/badge/test/hint', config);
0 commit comments