diff --git a/script/test-e2e b/script/test-e2e index 00b7ebd25b7..bee9e91ad98 100755 --- a/script/test-e2e +++ b/script/test-e2e @@ -6,5 +6,5 @@ docker run --rm \ --network host \ -v $(pwd):/workspace \ -w /workspace \ - -it mcr.microsoft.com/playwright:v1.30.0-focal \ + -it mcr.microsoft.com/playwright:v1.32.0-focal \ /bin/bash -c "npm install && STORYBOOK_URL=http://host.docker.internal:6006 npx playwright test $@"