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