Skip to content

Commit

Permalink
Bump Playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 2a99d9c commit fc069a1
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 35 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
test_browser:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.49.1-noble
- image: mcr.microsoft.com/playwright:v1.50.0-noble
steps:
- checkout
- install_js:
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
test_e2e:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.49.1-noble
- image: mcr.microsoft.com/playwright:v1.50.0-noble
steps:
- checkout
- install_js:
Expand All @@ -297,7 +297,7 @@ jobs:
test_e2e_website:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.49.1-noble
- image: mcr.microsoft.com/playwright:v1.50.0-noble
steps:
- checkout
- install_js:
Expand All @@ -310,7 +310,7 @@ jobs:
test_regressions:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.49.1-noble
- image: mcr.microsoft.com/playwright:v1.50.0-noble
steps:
- checkout
- install_js:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@next/eslint-plugin-next": "15.1.5",
"@octokit/plugin-retry": "^7.1.3",
"@octokit/rest": "^21.1.0",
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.6",
"@types/chai": "^4.3.20",
Expand Down
60 changes: 31 additions & 29 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@mui/x-date-pickers": "workspace:*",
"@mui/x-date-pickers-pro": "workspace:*",
"@mui/x-license": "workspace:*",
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@react-spring/web": "^9.7.5",
"@types/chai": "^4.3.20",
"@types/karma": "^6.3.9",
Expand Down

0 comments on commit fc069a1

Please sign in to comment.