Skip to content

Commit 4a0d0aa

Browse files
committed
update tests
1 parent 3739b1b commit 4a0d0aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/header/test/fade/header.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { expect } from '@playwright/test';
22
import { configs, test } from '@utils/test/playwright';
33

44
/**
5-
* Translucent effect is only available in iOS mode.
5+
* Translucent effect is only available in iOS and Ionic mode.
66
*/
7-
configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
7+
configs({ modes: ['ios', 'ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
88
test.describe(title('header: fade'), () => {
99
test('should not have visual regressions with fade header', async ({ page }) => {
1010
await page.goto('/src/components/header/test/fade', config);

0 commit comments

Comments
 (0)