From f9287d275c40139e09daf2cb6d0b8684653a608a Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 11 Apr 2024 09:14:26 +0200 Subject: [PATCH] fix configuration --- .circleci/config.yml | 2 -- apps/remix-ide-e2e/nightwatch.ts | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a618a76e3e..57979f6ec6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -390,7 +390,6 @@ jobs: - run: ls -la ./dist/apps/remix-ide/assets/js - run: npm list selenium-standalone - run: yarn run selenium-install --singleDriverInstall=firefox - - run: yarn run selenium-install --singleDriverInstall=chrome - when: condition: equal: [ "chrome", << parameters.browser >> ] @@ -452,7 +451,6 @@ jobs: - run: yarn install --cwd ./apps/remix-ide-e2e --modules-folder ../../node_modules - run: npm list selenium-standalone - run: yarn run selenium-install --singleDriverInstall=firefox - - run: yarn run selenium-install --singleDriverInstall=chrome - run: mkdir -p node_modules/selenium-standalone/.selenium/chromedriver/latest-x64/ - run: cp ~/bin/chromedriver /home/circleci/remix-project/node_modules/selenium-standalone/.selenium/chromedriver/latest-x64/ - run: diff --git a/apps/remix-ide-e2e/nightwatch.ts b/apps/remix-ide-e2e/nightwatch.ts index 94700cd832..dc0c65f78f 100644 --- a/apps/remix-ide-e2e/nightwatch.ts +++ b/apps/remix-ide-e2e/nightwatch.ts @@ -36,6 +36,7 @@ module.exports = { 'goog:chromeOptions': { args: [ 'window-size=2560,1440', + 'start-fullscreen', '--no-sandbox', '--headless=new', '--verbose',