chore: fix `//utils/print_versions.js` (#9647)
This commit is contained in:
parent
fe49b91680
commit
39516c29d1
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue