From e4ed5240e7a6eded637b6ff7e050a5bf9ab94464 Mon Sep 17 00:00:00 2001 From: rbondesson Date: Fri, 6 Mar 2026 10:50:51 +0100 Subject: [PATCH] Fix playwright script in shared components (#32743) --- packages/playwright-common/playwright-screenshots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playwright-common/playwright-screenshots.sh b/packages/playwright-common/playwright-screenshots.sh index b8e1ad37eb..e91a7e799f 100755 --- a/packages/playwright-common/playwright-screenshots.sh +++ b/packages/playwright-common/playwright-screenshots.sh @@ -35,7 +35,7 @@ trap clean_up EXIT # Wait for playwright-server to be ready echo "Waiting for playwright-server" -pnpm --dir "$SCRIPT_DIR" wait-on "tcp:$WS_PORT" +pnpm --dir "$SCRIPT_DIR" exec wait-on "tcp:$WS_PORT" # Run the test we were given, setting PW_TEST_CONNECT_WS_ENDPOINT accordingly echo "Running '$@'"