devops(browser-roll): fix fixture tests (#3547)

This commit is contained in:
Max Schmitt 2020-08-20 20:10:57 +02:00 committed by GitHub
parent 854d755db5
commit e32a496e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ class Wrapper {
handleSIGINT: true,
handleSIGTERM: true,
handleSIGHUP: true,
executablePath: browserType.executablePath(),
executablePath: defaultBrowserOptions.executablePath || browserType.executablePath(),
logger: undefined,
};
const options = {