@@ -379,7 +379,7 @@ jobs:
379
379
<< : *default-job
380
380
resource_class : ' medium+'
381
381
docker :
382
- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
382
+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
383
383
steps :
384
384
- checkout
385
385
- install_js :
@@ -407,7 +407,7 @@ jobs:
407
407
test_e2e :
408
408
<< : *default-job
409
409
docker :
410
- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
410
+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
411
411
steps :
412
412
- checkout
413
413
- install_js :
@@ -419,7 +419,7 @@ jobs:
419
419
# NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci
420
420
<< : *default-job
421
421
docker :
422
- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
422
+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
423
423
steps :
424
424
- checkout
425
425
- install_js :
@@ -432,7 +432,7 @@ jobs:
432
432
test_profile :
433
433
<< : *default-job
434
434
docker :
435
- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
435
+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
436
436
steps :
437
437
- checkout
438
438
- install_js :
@@ -457,7 +457,7 @@ jobs:
457
457
test_regressions :
458
458
<< : *default-job
459
459
docker :
460
- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
460
+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
461
461
steps :
462
462
- checkout
463
463
- install_js :
@@ -527,7 +527,7 @@ jobs:
527
527
test_bundling_next_webpack4 :
528
528
<< : *default-job
529
529
docker :
530
- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
530
+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
531
531
working_directory : /tmp/material-ui/test/bundling/fixtures/next-webpack4/
532
532
steps :
533
533
- checkout :
@@ -545,7 +545,7 @@ jobs:
545
545
test_bundling_next_webpack5 :
546
546
<< : *default-job
547
547
docker :
548
- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
548
+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
549
549
working_directory : /tmp/material-ui/test/bundling/fixtures/next-webpack5/
550
550
steps :
551
551
- checkout :
@@ -563,7 +563,7 @@ jobs:
563
563
test_bundling_create_react_app :
564
564
<< : *default-job
565
565
docker :
566
- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
566
+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
567
567
working_directory : /tmp/material-ui/test/bundling/fixtures/create-react-app/
568
568
steps :
569
569
- checkout :
@@ -581,7 +581,7 @@ jobs:
581
581
test_bundling_snowpack :
582
582
<< : *default-job
583
583
docker :
584
- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
584
+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
585
585
working_directory : /tmp/material-ui/test/bundling/fixtures/snowpack/
586
586
steps :
587
587
- checkout :
@@ -599,7 +599,7 @@ jobs:
599
599
test_bundling_vite :
600
600
<< : *default-job
601
601
docker :
602
- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
602
+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
603
603
working_directory : /tmp/material-ui/test/bundling/fixtures/vite/
604
604
steps :
605
605
- checkout :
@@ -617,7 +617,7 @@ jobs:
617
617
test_bundling_esbuild :
618
618
<< : *default-job
619
619
docker :
620
- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
620
+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
621
621
working_directory : /tmp/material-ui/test/bundling/fixtures/esbuild/
622
622
steps :
623
623
- checkout :
@@ -635,7 +635,7 @@ jobs:
635
635
test_bundling_gatsby :
636
636
<< : *default-job
637
637
docker :
638
- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
638
+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
639
639
environment :
640
640
GATSBY_CPU_COUNT : ' 3'
641
641
working_directory : /tmp/material-ui/test/bundling/fixtures/gatsby/
@@ -736,7 +736,7 @@ jobs:
736
736
test_benchmark :
737
737
<< : *default-job
738
738
docker :
739
- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
739
+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
740
740
steps :
741
741
- checkout
742
742
- install_js :
0 commit comments