@@ -274,7 +274,7 @@ jobs:
274
274
<< : *default-job
275
275
resource_class : ' medium+'
276
276
docker :
277
- - image : mcr.microsoft.com/playwright:v1.55.0 -noble
277
+ - image : mcr.microsoft.com/playwright:v1.55.1 -noble
278
278
steps :
279
279
- checkout
280
280
- install_js :
@@ -302,7 +302,7 @@ jobs:
302
302
test_e2e :
303
303
<< : *default-job
304
304
docker :
305
- - image : mcr.microsoft.com/playwright:v1.55.0 -noble
305
+ - image : mcr.microsoft.com/playwright:v1.55.1 -noble
306
306
steps :
307
307
- checkout
308
308
- install_js :
@@ -314,7 +314,7 @@ jobs:
314
314
# NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci
315
315
<< : *default-job
316
316
docker :
317
- - image : mcr.microsoft.com/playwright:v1.55.0 -noble
317
+ - image : mcr.microsoft.com/playwright:v1.55.1 -noble
318
318
steps :
319
319
- checkout
320
320
- install_js :
@@ -327,7 +327,7 @@ jobs:
327
327
test_profile :
328
328
<< : *default-job
329
329
docker :
330
- - image : mcr.microsoft.com/playwright:v1.55.0 -noble
330
+ - image : mcr.microsoft.com/playwright:v1.55.1 -noble
331
331
steps :
332
332
- checkout
333
333
- install_js :
@@ -352,7 +352,7 @@ jobs:
352
352
test_regressions :
353
353
<< : *default-job
354
354
docker :
355
- - image : mcr.microsoft.com/playwright:v1.55.0 -noble
355
+ - image : mcr.microsoft.com/playwright:v1.55.1 -noble
356
356
steps :
357
357
- checkout
358
358
- install_js :
@@ -427,7 +427,7 @@ jobs:
427
427
test_bundling_next_webpack4 :
428
428
<< : *default-job
429
429
docker :
430
- - image : mcr.microsoft.com/playwright:v1.55.0 -noble
430
+ - image : mcr.microsoft.com/playwright:v1.55.1 -noble
431
431
working_directory : /tmp/material-ui/test/bundling/fixtures/next-webpack4/
432
432
steps :
433
433
- checkout :
@@ -445,7 +445,7 @@ jobs:
445
445
test_bundling_next_webpack5 :
446
446
<< : *default-job
447
447
docker :
448
- - image : mcr.microsoft.com/playwright:v1.55.0 -noble
448
+ - image : mcr.microsoft.com/playwright:v1.55.1 -noble
449
449
working_directory : /tmp/material-ui/test/bundling/fixtures/next-webpack5/
450
450
steps :
451
451
- checkout :
@@ -463,7 +463,7 @@ jobs:
463
463
test_bundling_create_react_app :
464
464
<< : *default-job
465
465
docker :
466
- - image : mcr.microsoft.com/playwright:v1.55.0 -noble
466
+ - image : mcr.microsoft.com/playwright:v1.55.1 -noble
467
467
working_directory : /tmp/material-ui/test/bundling/fixtures/create-react-app/
468
468
steps :
469
469
- checkout :
@@ -481,7 +481,7 @@ jobs:
481
481
test_bundling_snowpack :
482
482
<< : *default-job
483
483
docker :
484
- - image : mcr.microsoft.com/playwright:v1.55.0 -noble
484
+ - image : mcr.microsoft.com/playwright:v1.55.1 -noble
485
485
working_directory : /tmp/material-ui/test/bundling/fixtures/snowpack/
486
486
steps :
487
487
- checkout :
@@ -499,7 +499,7 @@ jobs:
499
499
test_bundling_vite :
500
500
<< : *default-job
501
501
docker :
502
- - image : mcr.microsoft.com/playwright:v1.55.0 -noble
502
+ - image : mcr.microsoft.com/playwright:v1.55.1 -noble
503
503
working_directory : /tmp/material-ui/test/bundling/fixtures/vite/
504
504
steps :
505
505
- checkout :
@@ -517,7 +517,7 @@ jobs:
517
517
test_bundling_esbuild :
518
518
<< : *default-job
519
519
docker :
520
- - image : mcr.microsoft.com/playwright:v1.55.0 -noble
520
+ - image : mcr.microsoft.com/playwright:v1.55.1 -noble
521
521
working_directory : /tmp/material-ui/test/bundling/fixtures/esbuild/
522
522
steps :
523
523
- checkout :
@@ -535,7 +535,7 @@ jobs:
535
535
test_bundling_gatsby :
536
536
<< : *default-job
537
537
docker :
538
- - image : mcr.microsoft.com/playwright:v1.55.0 -noble
538
+ - image : mcr.microsoft.com/playwright:v1.55.1 -noble
539
539
environment :
540
540
GATSBY_CPU_COUNT : ' 3'
541
541
working_directory : /tmp/material-ui/test/bundling/fixtures/gatsby/
0 commit comments