From c29540ad5e61bbcd63fcd7c2eb837f666a8c4728 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Fri, 16 Sep 2022 09:59:19 +0200 Subject: [PATCH] rm options --- apps/remix-ide-e2e/nightwatch.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide-e2e/nightwatch.ts b/apps/remix-ide-e2e/nightwatch.ts index 1e936d3f80..3f59c1549e 100644 --- a/apps/remix-ide-e2e/nightwatch.ts +++ b/apps/remix-ide-e2e/nightwatch.ts @@ -84,8 +84,8 @@ module.exports = { 'moz:firefoxOptions': { args: [ '-headless', - '--width=2560', - '--height=1440' + '-width=2560', + '-height=1440' ] } }