Skip to content

Commit 97bcce2

Browse files
committed
chore: bump playwright
1 parent 1806b8a commit 97bcce2

File tree

9 files changed

+4
-4
lines changed

9 files changed

+4
-4
lines changed

.github/workflows/TASKLIST_CARBONISATION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Run visual regression
1212
runs-on: ubuntu-latest
1313
container:
14-
image: mcr.microsoft.com/playwright:v1.49.1
14+
image: mcr.microsoft.com/playwright:v1.51.1
1515
options: --user 1001:1000
1616
steps:
1717
- name: Checkout form-js

.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.event.pull_request.state != 'closed' && (github.event.label.name == 'update-snapshots' || contains( github.event.pull_request.labels.*.name, 'update-snapshots'))
1010
runs-on: ubuntu-latest
1111
container:
12-
image: mcr.microsoft.com/playwright:v1.49.1
12+
image: mcr.microsoft.com/playwright:v1.51.1
1313
options: --user 1001:1000
1414

1515
steps:

.github/workflows/VISUAL_REGRESSION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
runs-on: ubuntu-latest
77
container:
8-
image: mcr.microsoft.com/playwright:v1.49.1
8+
image: mcr.microsoft.com/playwright:v1.51.1
99
options: --user 1001:1000
1010
steps:
1111
- name: Check out repository code
Loading
Loading
Loading
Loading
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test:visual": "playwright test visual",
3737
"build:e2e": "vite build",
3838
"start:visual-preview": "vite preview --port 8080 --logLevel silent &",
39-
"start:container": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.49.1 /bin/bash"
39+
"start:container": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.51.1 /bin/bash"
4040
},
4141
"repository": {
4242
"type": "git",

0 commit comments

Comments
 (0)