fix: use of wrong launchOptions type in public API (#385)
This commit is contained in:
parent
053c2f3d32
commit
95ca08fdb7
4 changed files with 4 additions and 4 deletions
|
|
@ -175,7 +175,7 @@ function mergeConfig(base: Config, overrides: Config): Config {
|
|||
},
|
||||
};
|
||||
|
||||
if (browser.browserName !== 'chromium')
|
||||
if (browser.browserName !== 'chromium' && browser.launchOptions)
|
||||
delete browser.launchOptions.channel;
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue