Skip to content

Commit 84942b9

Browse files
committed
test(accordion): add ionic theme to multiple test
1 parent ddcaf67 commit 84942b9

10 files changed

+1
-1
lines changed

core/src/components/accordion/test/multiple/accordion.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from '@playwright/test';
22
import { configs, test } from '@utils/test/playwright';
33

4-
configs({ directions: ['ltr'] }).forEach(({ config, screenshot, title }) => {
4+
configs({ directions: ['ltr'], modes: ['ionic-md', 'md', 'ios'] }).forEach(({ config, screenshot, title }) => {
55
test.describe(title('accordion: multiple'), () => {
66
test('should update value and visually expand items', async ({ page }) => {
77
await page.goto(`/src/components/accordion/test/multiple`, config);
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)