Skip to content

Commit

Permalink
Remove other options
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza Dayoub committed Feb 24, 2020
1 parent b485fa8 commit 1754847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/services/remote/webdriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function attemptToCreateCommand(
chromeOptions.push('headless', 'disable-gpu');
}
if (certValidation === '0') {
chromeOptions.push('headless', 'disable-gpu', 'ignore-certificate-errors');
chromeOptions.push('ignore-certificate-errors');
}
if (remoteDebug === '1') {
// Visit chrome://inspect in chrome to remotely view/debug
Expand Down

0 comments on commit 1754847

Please sign in to comment.