chore: fix //utils/print_versions.js (#9647)

This commit is contained in:
Andrey Lushnikov 2021-10-20 02:20:46 -07:00 committed by GitHub
parent fe49b91680
commit 39516c29d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
const pw = require('..');
const pw = require('playwright-core');
async function browserVersion(browserType) {
const browser = await browserType.launch();