Fix playwright script in shared components (#32743)

This commit is contained in:
rbondesson
2026-03-06 10:50:51 +01:00
committed by GitHub
parent 32037b0135
commit e4ed5240e7
@@ -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 '$@'"