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, acceptSslCerts: true,
'moz:firefoxOptions': { 'moz:firefoxOptions': {
args: [ args: [
'--headless', '-headless',
'--width=2560', '-width=2560',
'--height=1440' '-height=1440'
] ]
} }
} }

Loading…
Cancel
Save