chore(tests): respect BIDIPATH in browsertype-connect.spec.ts (#34733)
This commit is contained in:
parent
5a76b17c87
commit
6004865ee5
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue