Skip to content

Commit a80b6f2

Browse files
committed
Bump Playwright
Mostly just to trigger a reinstall of dependencies since it is cached and still failing.
1 parent 8ed83cb commit a80b6f2

File tree

2 files changed

+402
-495
lines changed

2 files changed

+402
-495
lines changed

test/package.json

+2-2
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)