Skip to content

Commit 8c6fd79

Browse files
committed
test(select): add states snapshots
1 parent b8249bc commit 8c6fd79

13 files changed

+1
-1
lines changed

core/src/components/select/test/states/select.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(({ title, screenshot, config }) => {
4+
configs({ modes: ['ios', 'md', 'ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
55
test.describe(title('select: states'), () => {
66
test('should render enabled select with a placeholder correctly', async ({ page }) => {
77
await page.setContent(
Loading
Loading
Loading
2.25 KB
Loading
2.81 KB
Loading
2.3 KB
Loading
2.52 KB
Loading
2.96 KB
Loading
2.5 KB
Loading

0 commit comments

Comments
 (0)