mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
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 New Issue
Block a user