Skip to content

Commit

Permalink
fix system tests failing [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Apr 26, 2024
1 parent fdc7cbc commit 98cfed6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -16,7 +16,7 @@ describe('windowSize', () => {
// availHeight: top.screen.availHeight,
}).deep.eq({
innerWidth: 1280,
innerHeight: 635, // chrome 119 increased the size here from 599 to 635
innerHeight: 633, // chrome 119 increased the size here from 599 to 633
// screenWidth: 1280,
// screenHeight: 603,
// availWidth: 1280,
Expand Down

0 comments on commit 98cfed6

Please sign in to comment.