From 9ddb815ab86a02fe57ccf2386677a3996090e47f Mon Sep 17 00:00:00 2001 From: AtofStryker Date: Thu, 6 Feb 2025 11:59:35 -0500 Subject: [PATCH 1/2] chore: wire up beta chrome into circle workflow --- .circleci/workflows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/workflows.yml b/.circleci/workflows.yml index 14a785dca3dd..a6e5c824ec6f 100644 --- a/.circleci/workflows.yml +++ b/.circleci/workflows.yml @@ -669,7 +669,7 @@ commands: - install-browsers: install-chrome: true google-chrome-channel: << parameters.install-chrome-channel >> - google-chrome-version: latest + google-chrome-version: *chrome-beta-version - when: condition: equal: [ firefox, << parameters.browser >> ] From 7259c197780345f9a7510416c2341cc00f5e0c45 Mon Sep 17 00:00:00 2001 From: AtofStryker Date: Fri, 7 Feb 2025 16:16:57 -0500 Subject: [PATCH 2/2] update orb with chrome beta fix and update firefox [run ci] --- .circleci/workflows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/workflows.yml b/.circleci/workflows.yml index a6e5c824ec6f..1ce13518705e 100644 --- a/.circleci/workflows.yml +++ b/.circleci/workflows.yml @@ -2,10 +2,10 @@ version: 2.1 chrome-stable-version: &chrome-stable-version "133.0.6943.53" chrome-beta-version: &chrome-beta-version "134.0.6998.3" -firefox-stable-version: &firefox-stable-version "134.0.2" +firefox-stable-version: &firefox-stable-version "135.0" orbs: - browser-tools: circleci/browser-tools@1.5.0 + browser-tools: circleci/browser-tools@1.5.2 defaults: &defaults parallelism: 1