From 6004865ee54136d6cd437491a99c82276a730285 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 11 Feb 2025 14:03:16 -0800 Subject: [PATCH] chore(tests): respect BIDIPATH in browsertype-connect.spec.ts (#34733) --- tests/config/remoteServer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/remoteServer.ts b/tests/config/remoteServer.ts index a69330bd97..cc46596460 100644 --- a/tests/config/remoteServer.ts +++ b/tests/config/remoteServer.ts @@ -89,10 +89,10 @@ export class RemoteServer implements PlaywrightServer { args: browserOptions.args, headless: browserOptions.headless, channel: browserOptions.channel, + executablePath: browserOptions.executablePath, handleSIGINT: true, handleSIGTERM: true, handleSIGHUP: true, - executablePath: browserOptions.channel ? undefined : browserOptions.executablePath, logger: undefined, }; const options = {