mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +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,
|
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 New Issue
Block a user