Skip to content

Commit

Permalink
Upgrade Playwright (#728)
Browse files Browse the repository at this point in the history
For some reason `WebkitHeadless` was not connecting during the tests and
therefore timing out.

Upgrading playwright to the latest version remedied the issue.
  • Loading branch information
LiranCohen authored Apr 24, 2024
1 parent 40a9b71 commit cf50d0a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 16 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"mockdate": "3.0.5",
"ms": "2.1.3",
"node-stdlib-browser": "1.2.0",
"playwright": "1.29.2",
"playwright": "1.43.1",
"rimraf": "^3.0.2",
"search-index": "3.4.0",
"sinon": "13.0.1",
Expand Down

0 comments on commit cf50d0a

Please sign in to comment.