diff --git a/.circleci/config.yml b/.circleci/config.yml index 8134da6e9..2782a95c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,7 @@ jobs: - run: yarn install - browser-tools/install-chrome: - chrome-version: 114.0.5735.90 + chrome-version: 103.0.5060.53 - run: command: yarn start diff --git a/wdio.conf.js b/wdio.conf.js index 6a26e6d0a..328e7df8e 100644 --- a/wdio.conf.js +++ b/wdio.conf.js @@ -1,5 +1,5 @@ const drivers = { - chrome: { version: '114.0.5735.90' }, // https://chromedriver.chromium.org/ + chrome: { version: '103.0.5060.53' }, // https://chromedriver.chromium.org/ firefox: { version: '0.31.0' }, // https://github.com/mozilla/geckodriver/releases chromiumedge: { version: '103.0.1264.37' }, // https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ };