Skip to content

Commit

Permalink
chore: update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart authored and Skaiir committed Aug 21, 2024
1 parent 290496a commit e215df8
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/TASKLIST_CARBONISATION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Run visual regression
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.43.1
image: mcr.microsoft.com/playwright:v1.44.1
options: --user 1001:1000
steps:
- name: Checkout form-js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: github.event.pull_request.state != 'closed' && (github.event.label.name == 'update-snapshots' || contains( github.event.pull_request.labels.*.name, 'update-snapshots'))
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.43.1
image: mcr.microsoft.com/playwright:v1.44.1
options: --user 1001:1000

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/VISUAL_REGRESSION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.43.1
image: mcr.microsoft.com/playwright:v1.44.1
options: --user 1001:1000
steps:
- name: Check out repository code
Expand Down
51 changes: 27 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@bpmn-io/properties-panel": "^3.20.0",
"@carbon/react": "^1.56.0",
"@carbon/styles": "^1.56.0",
"@playwright/test": "^1.43.1",
"@playwright/test": "^1.44.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.0",
Expand Down

0 comments on commit e215df8

Please sign in to comment.