From 9b56fc5e32b761e5eadb5d25b15210954afb68de Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 3 Jan 2022 15:03:01 +0100 Subject: [PATCH] fix firefox options --- apps/remix-ide-e2e/nightwatch.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/remix-ide-e2e/nightwatch.ts b/apps/remix-ide-e2e/nightwatch.ts index b982fc0e77..f123a80a9b 100644 --- a/apps/remix-ide-e2e/nightwatch.ts +++ b/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' ] } }