@@ -269,7 +269,7 @@ jobs:
269269 << : *default-job
270270 resource_class : ' medium+'
271271 docker :
272- - image : mcr.microsoft.com/playwright:v1.54.2 -noble
272+ - image : mcr.microsoft.com/playwright:v1.55.0 -noble
273273 steps :
274274 - checkout
275275 - install_js :
@@ -297,7 +297,7 @@ jobs:
297297 test_e2e :
298298 << : *default-job
299299 docker :
300- - image : mcr.microsoft.com/playwright:v1.54.2 -noble
300+ - image : mcr.microsoft.com/playwright:v1.55.0 -noble
301301 steps :
302302 - checkout
303303 - install_js :
@@ -309,7 +309,7 @@ jobs:
309309 # NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci
310310 << : *default-job
311311 docker :
312- - image : mcr.microsoft.com/playwright:v1.54.2 -noble
312+ - image : mcr.microsoft.com/playwright:v1.55.0 -noble
313313 steps :
314314 - checkout
315315 - install_js :
@@ -322,7 +322,7 @@ jobs:
322322 test_profile :
323323 << : *default-job
324324 docker :
325- - image : mcr.microsoft.com/playwright:v1.54.2 -noble
325+ - image : mcr.microsoft.com/playwright:v1.55.0 -noble
326326 steps :
327327 - checkout
328328 - install_js :
@@ -347,7 +347,7 @@ jobs:
347347 test_regressions :
348348 << : *default-job
349349 docker :
350- - image : mcr.microsoft.com/playwright:v1.54.2 -noble
350+ - image : mcr.microsoft.com/playwright:v1.55.0 -noble
351351 steps :
352352 - checkout
353353 - install_js :
@@ -422,7 +422,7 @@ jobs:
422422 test_bundling_next_webpack4 :
423423 << : *default-job
424424 docker :
425- - image : mcr.microsoft.com/playwright:v1.54.2 -noble
425+ - image : mcr.microsoft.com/playwright:v1.55.0 -noble
426426 working_directory : /tmp/material-ui/test/bundling/fixtures/next-webpack4/
427427 steps :
428428 - checkout :
@@ -440,7 +440,7 @@ jobs:
440440 test_bundling_next_webpack5 :
441441 << : *default-job
442442 docker :
443- - image : mcr.microsoft.com/playwright:v1.54.2 -noble
443+ - image : mcr.microsoft.com/playwright:v1.55.0 -noble
444444 working_directory : /tmp/material-ui/test/bundling/fixtures/next-webpack5/
445445 steps :
446446 - checkout :
@@ -458,7 +458,7 @@ jobs:
458458 test_bundling_create_react_app :
459459 << : *default-job
460460 docker :
461- - image : mcr.microsoft.com/playwright:v1.54.2 -noble
461+ - image : mcr.microsoft.com/playwright:v1.55.0 -noble
462462 working_directory : /tmp/material-ui/test/bundling/fixtures/create-react-app/
463463 steps :
464464 - checkout :
@@ -476,7 +476,7 @@ jobs:
476476 test_bundling_snowpack :
477477 << : *default-job
478478 docker :
479- - image : mcr.microsoft.com/playwright:v1.54.2 -noble
479+ - image : mcr.microsoft.com/playwright:v1.55.0 -noble
480480 working_directory : /tmp/material-ui/test/bundling/fixtures/snowpack/
481481 steps :
482482 - checkout :
@@ -494,7 +494,7 @@ jobs:
494494 test_bundling_vite :
495495 << : *default-job
496496 docker :
497- - image : mcr.microsoft.com/playwright:v1.54.2 -noble
497+ - image : mcr.microsoft.com/playwright:v1.55.0 -noble
498498 working_directory : /tmp/material-ui/test/bundling/fixtures/vite/
499499 steps :
500500 - checkout :
@@ -512,7 +512,7 @@ jobs:
512512 test_bundling_esbuild :
513513 << : *default-job
514514 docker :
515- - image : mcr.microsoft.com/playwright:v1.54.2 -noble
515+ - image : mcr.microsoft.com/playwright:v1.55.0 -noble
516516 working_directory : /tmp/material-ui/test/bundling/fixtures/esbuild/
517517 steps :
518518 - checkout :
@@ -530,7 +530,7 @@ jobs:
530530 test_bundling_gatsby :
531531 << : *default-job
532532 docker :
533- - image : mcr.microsoft.com/playwright:v1.54.2 -noble
533+ - image : mcr.microsoft.com/playwright:v1.55.0 -noble
534534 environment :
535535 GATSBY_CPU_COUNT : ' 3'
536536 working_directory : /tmp/material-ui/test/bundling/fixtures/gatsby/
0 commit comments