Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 909ec77

Browse files
committed
Bump dependencies
1 parent 38420a0 commit 909ec77

File tree

3 files changed

+1151
-748
lines changed

3 files changed

+1151
-748
lines changed

e2e/more.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('Debug helper functions', () => {
4040
'jestPlaywrightConfig',
4141
async ({ browserName, page }) => {
4242
expect(browserName).toBe('webkit')
43-
expect(page.viewportSize()).toEqual({ width: 414, height: 896 })
43+
expect(page.viewportSize()).toEqual({ width: 414, height: 715 })
4444
},
4545
)
4646

0 commit comments

Comments
 (0)