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 = {