From c01c6158fd6aa98ad44f2614b3fb6941b68f9f12 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Mon, 17 Apr 2023 13:27:37 -0500 Subject: [PATCH] chore(project): update test-e2e docker image --- script/test-e2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@"