Skip to content

Commit

Permalink
fix some failing system tests [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Apr 26, 2024
1 parent 1bc9b3c commit 2b79645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system-tests/__snapshots__/browser_crash_handling_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ exports['Browser Crash Handling / when the tab closes in chrome / fails'] = `
Running: chrome_tab_close.cy.js (1 of 2)
We detected that the Chrome browser process closed unexpectedly.
We detected that the Chrome tab running Cypress tests closed unexpectedly.
We have failed the current spec and aborted the run.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('windowSize', () => {
// availHeight: top.screen.availHeight,
}).deep.eq({
innerWidth: 1280,
innerHeight: 599, // chrome 118 reduced the size here from 603 to 599
innerHeight: 635, // chrome 119 increased the size here from 599 to 635
// screenWidth: 1280,
// screenHeight: 603,
// availWidth: 1280,
Expand Down

0 comments on commit 2b79645

Please sign in to comment.