pull/1857/head
bunsenstraat 3 years ago
parent ce8af16b9a
commit 37bc726a5f
  1. 6
      apps/remix-ide-e2e/nightwatch.ts

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

Loading…
Cancel
Save