Skip to content

Commit f2a9b59

Browse files
chore: update snapshots
1 parent 6708bb1 commit f2a9b59

File tree

132 files changed

+34
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+34
-10
lines changed

core/src/components/divider/test/basic/divider.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().forEach(({ config, screenshot, title }) => {
4+
configs({ directions: ['ltr', 'rtl'], modes: ['ios', 'md', 'ionic-md'] }).forEach(({ config, screenshot, title }) => {
55
test.describe(title('divider: rendering'), () => {
66
test('should not have visual regressions', async ({ page }) => {
77
await page.setContent(
1.36 KB
1.68 KB

0 commit comments

Comments
 (0)