Skip to content

Commit ed78911

Browse files
committed
Bump Playwright
Mostly just to trigger a reinstall of dependencies since it is cached and still failing. Once updated it errors saying install needs to run so add that too.
1 parent 8ed83cb commit ed78911

File tree

3 files changed

+405
-496
lines changed

3 files changed

+405
-496
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,9 @@ jobs:
404404
run: yarn --frozen-lockfile
405405

406406
- name: Install Playwright OS dependencies
407-
run: ./test/node_modules/.bin/playwright install-deps
407+
run: |
408+
./test/node_modules/.bin/playwright install-deps
409+
./test/node_modules/.bin/playwright install
408410
409411
- name: Run end-to-end tests
410412
run: yarn test:e2e

test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"license": "MIT",
33
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up the types and generates conflicts with mocha.",
44
"devDependencies": {
5-
"@playwright/test": "^1.12.1",
5+
"@playwright/test": "^1.16.3",
66
"@types/jest": "^27.0.2",
77
"@types/jsdom": "^16.2.13",
88
"@types/node-fetch": "^2.5.8",
@@ -13,7 +13,7 @@
1313
"jest-fetch-mock": "^3.0.3",
1414
"jsdom": "^16.4.0",
1515
"node-fetch": "^2.6.1",
16-
"playwright": "^1.12.1",
16+
"playwright": "^1.16.3",
1717
"supertest": "^6.1.6",
1818
"ts-jest": "^27.0.7",
1919
"wtfnode": "^0.9.1"

0 commit comments

Comments
 (0)