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:
parent
0bddb80e94
commit
7a839d0d3c
3 changed files with 26 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue