Skip to content

Commit

Permalink
Upgrade Playwright to latest stable (v1.42.0 → v1.43.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinksi committed Apr 19, 2024
1 parent 95b5f5b commit 9cd9095
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 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 @@ -88,7 +88,7 @@
"devDependencies": {
"@automattic/color-studio": "2.3.1",
"@jest/test-sequencer": "29.5.0",
"@playwright/test": "1.42.0",
"@playwright/test": "1.43.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.5",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e-pw/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
playwright:
# When updating the Playwright version in the image tag below, make sure to update the npm `@playwright/test` package.json version as well.
image: mcr.microsoft.com/playwright:v1.42.0-jammy
image: mcr.microsoft.com/playwright:v1.43.1-jammy
working_dir: /woopayments
volumes:
- $PWD:/woopayments
Expand Down

0 comments on commit 9cd9095

Please sign in to comment.