fix: use of wrong launchOptions type in public API (#385)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user