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 3739b1b commit 4a0d0aaCopy full SHA for 4a0d0aa
core/src/components/header/test/fade/header.e2e.ts
@@ -2,9 +2,9 @@ import { expect } from '@playwright/test';
2
import { configs, test } from '@utils/test/playwright';
3
4
/**
5
- * Translucent effect is only available in iOS mode.
+ * Translucent effect is only available in iOS and Ionic mode.
6
*/
7
-configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
+configs({ modes: ['ios', 'ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
8
test.describe(title('header: fade'), () => {
9
test('should not have visual regressions with fade header', async ({ page }) => {
10
await page.goto('/src/components/header/test/fade', config);
0 commit comments