Skip to content

Commit

Permalink
Bump Playwright (#16425)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 6760ecf commit 17ef10c
Show file tree
Hide file tree
Showing 4 changed files with 35 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 @@ -257,7 +257,7 @@ jobs:
test_browser:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.50.0-noble
- image: mcr.microsoft.com/playwright:v1.50.1-noble
steps:
- checkout
- install_js:
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
test_e2e:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.50.0-noble
- image: mcr.microsoft.com/playwright:v1.50.1-noble
steps:
- checkout
- install_js:
Expand All @@ -301,7 +301,7 @@ jobs:
test_e2e_website:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.50.0-noble
- image: mcr.microsoft.com/playwright:v1.50.1-noble
steps:
- checkout
- install_js:
Expand All @@ -314,7 +314,7 @@ jobs:
test_regressions:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.50.0-noble
- image: mcr.microsoft.com/playwright:v1.50.1-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.6",
"@octokit/plugin-retry": "^7.1.3",
"@octokit/rest": "^21.1.0",
"@playwright/test": "^1.50.0",
"@playwright/test": "^1.50.1",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.6",
"@types/chai": "^4.3.20",
Expand Down
58 changes: 29 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.50.0",
"@playwright/test": "^1.50.1",
"@react-spring/web": "^9.7.5",
"@types/chai": "^4.3.20",
"@types/karma": "^6.3.9",
Expand Down

0 comments on commit 17ef10c

Please # to comment.