devops(browser-roll): fix fixture tests (#3547)
This commit is contained in:
parent
854d755db5
commit
e32a496e2e
|
|
@ -39,7 +39,7 @@ class Wrapper {
|
|||
handleSIGINT: true,
|
||||
handleSIGTERM: true,
|
||||
handleSIGHUP: true,
|
||||
executablePath: browserType.executablePath(),
|
||||
executablePath: defaultBrowserOptions.executablePath || browserType.executablePath(),
|
||||
logger: undefined,
|
||||
};
|
||||
const options = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue