fix firefox options

pull/1857/head
yann300 3 years ago committed by GitHub
parent 819ec99493
commit 9b56fc5e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      apps/remix-ide-e2e/nightwatch.ts

@ -79,9 +79,9 @@ module.exports = {
acceptSslCerts: true,
'moz:firefoxOptions': {
args: [
'--headless',
'--width=2560',
'--height=1440'
'-headless',
'-width=2560',
'-height=1440'
]
}
}

Loading…
Cancel
Save