Skip to content

Commit

Permalink
fix: fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed Oct 30, 2023
1 parent 6e4733a commit 24294d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/func/tests/local.hermione.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = _.merge(mainConfig, {
automationProtocol: 'devtools',
desiredCapabilities: {
'goog:chromeOptions': {
args: ['no-sandbox', 'hide-scrollbars'],
args: ['no-sandbox', 'hide-scrollbars']
}
},
waitTimeout: 3000
Expand Down

0 comments on commit 24294d6

Please sign in to comment.