We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763dbb3 commit e0b11faCopy full SHA for e0b11fa
core/src/components/datetime/test/display/datetime.e2e.ts
@@ -5,7 +5,7 @@ import { configs, test } from '@utils/test/playwright';
5
* This behavior does not vary across directions
6
* since it is texting fixed vs fluid widths.
7
*/
8
-configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
+configs({ modes: ['ios', 'md', 'ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
9
test.describe(title('datetime: rendering'), () => {
10
test.describe('fixed sizes', () => {
11
test('date-time should not have any visual regressions', async ({ page }) => {
0 commit comments