test: fix typo in installation tests (#9626)
This commit is contained in:
parent
2a2a3d2ed9
commit
a346af4ebf
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { start } = require('node_modules/playwright-core/lib/outofprocess');
|
const { start } = require('./node_modules/playwright-core/lib/outofprocess');
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
const playwright = await start();
|
const playwright = await start();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue