chore: fix `//utils/print_versions.js` (#9647)
This commit is contained in:
parent
fe49b91680
commit
39516c29d1
|
|
@ -15,7 +15,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const pw = require('..');
|
const pw = require('playwright-core');
|
||||||
|
|
||||||
async function browserVersion(browserType) {
|
async function browserVersion(browserType) {
|
||||||
const browser = await browserType.launch();
|
const browser = await browserType.launch();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue