From dd77b4b353c5ec2211629e9bfeea2d0b3fc54105 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 11 Apr 2024 09:46:18 +0200 Subject: [PATCH] fix chrome driver --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 57979f6ec6..586520ffa3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -394,8 +394,8 @@ jobs: condition: equal: [ "chrome", << parameters.browser >> ] steps: - - 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: mkdir -p node_modules/selenium-standalone/.selenium/chromedriver/latest-linux/ + - run: cp ~/bin/chromedriver /home/circleci/remix-project/node_modules/selenium-standalone/.selenium/chromedriver/latest-linux/chromedriver - run: name: run selenium command: yarn selenium-standalone start --singleDriverStart=chrome @@ -451,8 +451,8 @@ 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: 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: mkdir -p node_modules/selenium-standalone/.selenium/chromedriver/latest-linux/ + - run: cp ~/bin/chromedriver /home/circleci/remix-project/node_modules/selenium-standalone/.selenium/chromedriver/latest-linux/chromedriver - run: name: Start Selenium command: yarn run selenium --singleDriverStart=chrome