fallback for webdriver

pull/5370/head
bunsenstraat 10 months ago committed by Aniket
parent 5286097be0
commit 847b43fa13
  1. 2
      apps/remix-ide-e2e/install-webdriver.sh

@ -39,4 +39,4 @@ fi
yarn init -y --cwd "$directory" || exit 1
yarn add -D chromedriver@$MAJORVERSION geckodriver --cwd "$directory" || yarn add -D chromedriver@$MAJORVERSION geckodriver --cwd "$directory" || exit 1
yarn add -D chromedriver@$MAJORVERSION geckodriver --cwd "$directory" || yarn add -D chromedriver@$MAJORVERSION geckodriver --cwd "$directory" || yarn add -D chromedriver geckodriver --cwd "$directory" || exit 1

Loading…
Cancel
Save