Skip to content

Commit

Permalink
update web-playwright to 1.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vid committed Mar 1, 2024
1 parent 26c6396 commit d24f2f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: playwright install
run: |
npx playwright@1.40.1 install-deps
npx playwright@1.40.1 install
npx playwright install-deps
npx playwright install
- name: Run tests
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion haibun-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@haibun/out-review": "1.36.0",
"@haibun/out-xunit": "^1.36.0",
"@haibun/storage-fs": "^1.36.0",
"@haibun/web-playwright": "^1.36.0",
"@haibun/web-playwright": "^1.36.1",
"@haibun/web-accessibility-axe": "^1.36.0"
}
}

0 comments on commit d24f2f5

Please sign in to comment.