Skip to content

Commit 77fe5ee

Browse files
committed
chore(lint): ran lint fix
1 parent c07b0e9 commit 77fe5ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/components/datetime-button/test/overlays/datetime-button.e2e.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,9 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => {
176176
await ionModalDidPresent.next();
177177
await expect(datetime).toBeVisible();
178178
});
179-
test('should set datetime ready state and keep calendar interactive when reopening modal', async ({ page }, testInfo) => {
179+
test('should set datetime ready state and keep calendar interactive when reopening modal', async ({
180+
page,
181+
}, testInfo) => {
180182
testInfo.annotations.push({
181183
type: 'issue',
182184
description: 'https://github.com/ionic-team/ionic-framework/issues/30706',

0 commit comments

Comments
 (0)