playwright: Bump Playwright to 1.51.1

Bump Playwright to a newer version so we can use step.skip feature
This commit is contained in:
Tom Koscielniak 2025-04-14 11:20:17 +02:00 committed by Klara Simickova
parent 0bddb80e94
commit 7a839d0d3c
3 changed files with 26 additions and 14 deletions

View file

@ -80,5 +80,5 @@ sudo podman run \
--privileged \
--rm \
--init \
mcr.microsoft.com/playwright:v1.50.1-noble \
/bin/sh -c "cd tests && npx -y playwright@1.50.1 test"
mcr.microsoft.com/playwright:v1.51.1-noble \
/bin/sh -c "cd tests && npx -y playwright@1.51.1 test"