From a346af4ebf0ebebf2d6dac336a21888a895980c4 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Tue, 19 Oct 2021 17:34:15 -0400 Subject: [PATCH] test: fix typo in installation tests (#9626) --- installation-tests/driver-client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();