Skip to content

Commit 8e9999b

Browse files
committed
Pin playwright
1 parent 6f6a8a4 commit 8e9999b

File tree

2 files changed

+211
-181
lines changed

2 files changed

+211
-181
lines changed

ui-tests/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"test:update": "playwright test --update-snapshots"
1515
},
1616
"dependencies": {
17-
"@jupyterlab/galata": "~5.0.0-alpha.9"
17+
"@jupyterlab/galata": "~5.0.0-alpha.9",
18+
"@playwright/test": "~1.17.0"
19+
},
20+
"resolutions": {
21+
"@playwright/test": "~1.17.0"
1822
}
1923
}

0 commit comments

Comments
 (0)