Skip to content

Commit 0989433

Browse files
- lint.fix;
1 parent 69f7d49 commit 0989433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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({modes: ['ios', 'md', 'ionic-md'], 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)