Skip to content

Commit 2e72226

Browse files
- add ionic-md mode to tests
1 parent f0b61df commit 2e72226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/datetime/test/show-adjacent-days/datetime.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { configs, test } from '@utils/test/playwright';
44
/**
55
* This behavior does not vary across directions
66
*/
7-
configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
7+
configs({modes: ['ios', 'md', 'ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
88
test.describe(title('datetime: show adjacent days'), () => {
99
test('should not have visual regressions', async ({ page }) => {
1010
await page.goto('/src/components/datetime/test/show-adjacent-days', config);

0 commit comments

Comments
 (0)