Skip to content

Commit

Permalink
chore: Fix browser tests (#2686)
Browse files Browse the repository at this point in the history
Browser tests are failing to install browsers for playwright since
ubuntu version was updated in the runners.
Updating playwright seems to fix it.

Fixes: #2660
  • Loading branch information
naugtur authored Jan 14, 2025
1 parent daa1e2b commit c589ed0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
34 changes: 19 additions & 15 deletions browser-test/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 browser-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.49.1",
"@types/node": "^20.11.16"
}
}

0 comments on commit c589ed0

Please sign in to comment.