Skip to content

Commit e0b11fa

Browse files
feat(datetime): set display tests to run for the ionic theme
1 parent 763dbb3 commit e0b11fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/datetime/test/display/datetime.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { configs, test } from '@utils/test/playwright';
55
* This behavior does not vary across directions
66
* since it is texting fixed vs fluid widths.
77
*/
8-
configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
8+
configs({ modes: ['ios', 'md', 'ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
99
test.describe(title('datetime: rendering'), () => {
1010
test.describe('fixed sizes', () => {
1111
test('date-time should not have any visual regressions', async ({ page }) => {

0 commit comments

Comments
 (0)