Skip to content

Commit e123c14

Browse files
committed
chore(lint): run lint fix
1 parent 6932cea commit e123c14

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • core/src/components/modal/test/card-viewport-resize

core/src/components/modal/test/card-viewport-resize/modal.e2e.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
5454
);
5555
});
5656

57-
test('should not animate presenting element when viewport resizes and modal is closed', async ({ page }, testInfo) => {
57+
test('should not animate presenting element when viewport resizes and modal is closed', async ({
58+
page,
59+
}, testInfo) => {
5860
testInfo.annotations.push({
5961
type: 'issue',
6062
description: 'https://github.com/ionic-team/ionic-framework/issues/30679',

0 commit comments

Comments
 (0)