diff --git a/installation-tests/driver-client.js b/installation-tests/driver-client.js index 1c7338a9da..1d586d260a 100644 --- a/installation-tests/driver-client.js +++ b/installation-tests/driver-client.js @@ -14,7 +14,7 @@ * limitations under the License. */ -const { start } = require('node_modules/playwright-core/lib/outofprocess'); +const { start } = require('./node_modules/playwright-core/lib/outofprocess'); (async () => { const playwright = await start();