@@ -379,7 +379,7 @@ jobs:
379379 << : *default-job
380380 resource_class : ' medium+'
381381 docker :
382- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
382+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
383383 steps :
384384 - checkout
385385 - install_js :
@@ -407,7 +407,7 @@ jobs:
407407 test_e2e :
408408 << : *default-job
409409 docker :
410- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
410+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
411411 steps :
412412 - checkout
413413 - install_js :
@@ -419,7 +419,7 @@ jobs:
419419 # NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci
420420 << : *default-job
421421 docker :
422- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
422+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
423423 steps :
424424 - checkout
425425 - install_js :
@@ -432,7 +432,7 @@ jobs:
432432 test_profile :
433433 << : *default-job
434434 docker :
435- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
435+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
436436 steps :
437437 - checkout
438438 - install_js :
@@ -457,7 +457,7 @@ jobs:
457457 test_regressions :
458458 << : *default-job
459459 docker :
460- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
460+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
461461 steps :
462462 - checkout
463463 - install_js :
@@ -527,7 +527,7 @@ jobs:
527527 test_bundling_next_webpack4 :
528528 << : *default-job
529529 docker :
530- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
530+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
531531 working_directory : /tmp/material-ui/test/bundling/fixtures/next-webpack4/
532532 steps :
533533 - checkout :
@@ -545,7 +545,7 @@ jobs:
545545 test_bundling_next_webpack5 :
546546 << : *default-job
547547 docker :
548- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
548+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
549549 working_directory : /tmp/material-ui/test/bundling/fixtures/next-webpack5/
550550 steps :
551551 - checkout :
@@ -563,7 +563,7 @@ jobs:
563563 test_bundling_create_react_app :
564564 << : *default-job
565565 docker :
566- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
566+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
567567 working_directory : /tmp/material-ui/test/bundling/fixtures/create-react-app/
568568 steps :
569569 - checkout :
@@ -581,7 +581,7 @@ jobs:
581581 test_bundling_snowpack :
582582 << : *default-job
583583 docker :
584- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
584+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
585585 working_directory : /tmp/material-ui/test/bundling/fixtures/snowpack/
586586 steps :
587587 - checkout :
@@ -599,7 +599,7 @@ jobs:
599599 test_bundling_vite :
600600 << : *default-job
601601 docker :
602- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
602+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
603603 working_directory : /tmp/material-ui/test/bundling/fixtures/vite/
604604 steps :
605605 - checkout :
@@ -617,7 +617,7 @@ jobs:
617617 test_bundling_esbuild :
618618 << : *default-job
619619 docker :
620- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
620+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
621621 working_directory : /tmp/material-ui/test/bundling/fixtures/esbuild/
622622 steps :
623623 - checkout :
@@ -635,7 +635,7 @@ jobs:
635635 test_bundling_gatsby :
636636 << : *default-job
637637 docker :
638- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
638+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
639639 environment :
640640 GATSBY_CPU_COUNT : ' 3'
641641 working_directory : /tmp/material-ui/test/bundling/fixtures/gatsby/
@@ -736,7 +736,7 @@ jobs:
736736 test_benchmark :
737737 << : *default-job
738738 docker :
739- - image : mcr.microsoft.com/playwright:v1.50 .1-noble
739+ - image : mcr.microsoft.com/playwright:v1.51 .1-noble
740740 steps :
741741 - checkout
742742 - install_js :
0 commit comments