Skip to content

Commit e3fef8f

Browse files
Revert playwright
1 parent d72664d commit e3fef8f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
<<: *default-job
106106
executor:
107107
name: code-infra/mui-node-browser
108-
playwright-img-version: v1.56.1-noble
108+
playwright-img-version: v1.55.1-noble
109109
resource_class: large
110110
steps:
111111
- checkout
@@ -223,7 +223,7 @@ jobs:
223223
<<: *default-job
224224
executor:
225225
name: code-infra/mui-node-browser
226-
playwright-img-version: v1.56.1-noble
226+
playwright-img-version: v1.55.1-noble
227227
steps:
228228
- checkout
229229
- install-deps:
@@ -235,7 +235,7 @@ jobs:
235235
<<: *default-job
236236
executor:
237237
name: code-infra/mui-node-browser
238-
playwright-img-version: v1.56.1-noble
238+
playwright-img-version: v1.55.1-noble
239239
steps:
240240
- checkout
241241
- install-deps
@@ -268,7 +268,7 @@ jobs:
268268
<<: *default-job
269269
executor:
270270
name: code-infra/mui-node-browser
271-
playwright-img-version: v1.56.1-noble
271+
playwright-img-version: v1.55.1-noble
272272
steps:
273273
- checkout
274274
- install-deps:

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ catalog:
2323
'@mui/system': ^7.3.5
2424
'@mui/utils': ^7.3.5
2525
'@mui/x-internal-exceljs-fork': 4.4.3
26-
'@playwright/test': ^1.56.1
26+
'@playwright/test': ^1.55.1
2727
'@react-spring/web': ^10.0.3
2828
'@types/chance': ^1.1.7
2929
'@types/d3-scale': ^4.0.9

0 commit comments

Comments
 (0)