Skip to content

Commit 0be7a77

Browse files
committed
test(app): add ionic to the safe area test
1 parent 9f7ab85 commit 0be7a77

13 files changed

+1
-1
lines changed

core/src/components/app/test/safe-area/app.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { E2EPage } from '@utils/test/playwright';
55
/**
66
* Safe area tests only check top and bottom edges. RTL checks are not required here.
77
*/
8-
configs({ directions: ['ltr'] }).forEach(({ config, title, screenshot }) => {
8+
configs({ directions: ['ltr'], modes: ['ios', 'md', 'ionic-md'] }).forEach(({ config, title, screenshot }) => {
99
test.describe(title('app: safe-area'), () => {
1010
const testOverlay = async (page: E2EPage, trigger: string, event: string, screenshotModifier: string) => {
1111
const presentEvent = await page.spyOnEvent(event);
18.5 KB
Loading
26.1 KB
Loading
20.7 KB
Loading
10.5 KB
Loading
19.1 KB
Loading
12.1 KB
Loading
19.5 KB
Loading
26.3 KB
Loading
20.7 KB
Loading

0 commit comments

Comments
 (0)