Skip to content

Commit bf5a947

Browse files
authored
fix: override playwright core version (#1679)
Playwright-core is breaking all chrome testing after the `1.49.0` release so override the resolved version to `1.48.0`. This can be reverted after hugomrdias/playwright-test#685 is merged.
1 parent 98f2e67 commit bf5a947

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -339,5 +339,8 @@
339339
"fs": false,
340340
"./utils/fixtures.js": "./utils/fixtures.browser.js",
341341
"./utils/resolve.js": "./utils/resolve.browser.js"
342+
},
343+
"overrides": {
344+
"playwright-core": "1.48.0"
342345
}
343346
}

0 commit comments

Comments
 (0)