From 6781c484fd67ea2e9b2f1e590f647fe2bb98ace2 Mon Sep 17 00:00:00 2001 From: LaRita Robinson Date: Wed, 20 Dec 2023 11:35:52 -0500 Subject: [PATCH] Lock chromedriver version There is an apparent issue with chromedriver installation when there is a new release of chrome that doesn't have a corresponding version of chromedriver. Orb 1.4.6 release was supposed to fix this but we are once again seeing the error, so we are attempting to lock the crome version to see if we can bypass this error. Refs https://github.com/CircleCI-Public/browser-tools-orb/pull/96 https://github.com/CircleCI-Public/browser-tools-orb/issues/75#issuecomment-169811589 --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c9c7618ed..6f76a6f7be 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,7 +80,9 @@ jobs: ruby_version: << parameters.ruby_version >> bundler_version: << parameters.bundler_version >> - samvera/rubocop - - browser-tools/install-chrome + - browser-tools/install-chrome: + chrome-version: 120.0.6099.109 # see https://github.com/CircleCI-Public/browser-tools-orb/pull/96 + replace-existing: true - browser-tools/install-chromedriver - run: name: Check Chrome install