Skip to content

Commit 6afbc44

Browse files
Bump playwright monorepo
1 parent ab704b3 commit 6afbc44

File tree

4 files changed

+38
-38
lines changed

4 files changed

+38
-38
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
<<: *default-job
244244
resource_class: 'medium+'
245245
docker:
246-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
246+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
247247
steps:
248248
- checkout
249249
- install_js:
@@ -268,7 +268,7 @@ jobs:
268268
test_regressions:
269269
<<: *default-job
270270
docker:
271-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
271+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
272272
steps:
273273
- checkout
274274
- install_js:
@@ -283,7 +283,7 @@ jobs:
283283
test_e2e:
284284
<<: *default-job
285285
docker:
286-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
286+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
287287
steps:
288288
- checkout
289289
- install_js:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@mui/internal-netlify-cache": "^0.0.2-canary.0",
6464
"@mui/internal-test-utils": "^2.0.10",
6565
"@octokit/rest": "^22.0.0",
66-
"@playwright/test": "1.56.0",
66+
"@playwright/test": "1.56.1",
6767
"@tailwindcss/postcss": "4.1.14",
6868
"@types/node": "^22.18.8",
6969
"@types/react": "^19.2.2",

pnpm-lock.yaml

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"@base-ui-components/react": "workspace:*",
99
"@mui/internal-test-utils": "^2.0.10",
10-
"@playwright/test": "1.56.0",
10+
"@playwright/test": "1.56.1",
1111
"@testing-library/dom": "^10.4.1",
1212
"@testing-library/jest-dom": "^6.6.4",
1313
"@types/chai": "^5.2.2",

0 commit comments

Comments
 (0)