Skip to content

Commit

Permalink
fix cli runner generate test
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityvi committed Sep 26, 2023
1 parent f0937bd commit de832d1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/src/cli/testCliRunnerGenerate.js
Expand Up @@ -100,11 +100,9 @@ describe('Test CLI Runner Generate', function() {
assert.deepStrictEqual(configData.test_settings.firefox, {
desiredCapabilities: {
browserName: 'firefox',
alwaysMatch: {
acceptInsecureCerts: true,
'moz:firefoxOptions': {
args: []
}
acceptInsecureCerts: true,
'moz:firefoxOptions': {
args: []
}
},
webdriver: {
Expand Down

0 comments on commit de832d1

Please sign in to comment.