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',