Skip to content

Commit 607fd23

Browse files
feat(popover): update tests for ionic theme
1 parent 528093d commit 607fd23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/popover/test/basic/popover.e2e.ts

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

44
import { PopoverFixture } from '../fixture';
55

6-
configs().forEach(({ title, screenshot, config }) => {
6+
configs({ modes: ['ionic-md'] }).forEach(({ title, screenshot, config }) => {
77
test.describe(title('popover: rendering'), async () => {
88
test('should not have visual regressions', async ({ page }) => {
99
const popoverFixture = new PopoverFixture(page);
@@ -18,7 +18,7 @@ configs().forEach(({ title, screenshot, config }) => {
1818
/**
1919
* This behavior does not vary across directions.
2020
*/
21-
configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
21+
configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ title, screenshot, config }) => {
2222
test.describe(title('popover: rendering variants'), async () => {
2323
let popoverFixture!: PopoverFixture;
2424
test.beforeEach(async ({ page }) => {

0 commit comments

Comments
 (0)