Skip to content

Commit e55c917

Browse files
fix snapshot tests
1 parent 3f4fef9 commit e55c917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/modal/test/sheet/modal.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ configs({ modes: ['ios', 'md', 'ionic-ios', 'ionic-md'], directions: ['ltr'] }).
2727
}
2828
);
2929

30-
configs({ modes: ['ionic-ios', 'ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
30+
configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
3131
test.describe(title('sheet modal: half screen rendering'), () => {
3232
test('should not have visual regressions', async ({ page }) => {
3333
await page.goto('/src/components/modal/test/sheet', config);

0 commit comments

Comments
 (0)