From af70f3f8d7561ae770b38ab18351f9a227734934 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 4 Mar 2024 12:35:38 -0500 Subject: [PATCH] chore: bump cypress orb to fix 404s of chrome in our tests (#801) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cfe9685cb..d40dab509 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ version: 2.1 orbs: # use Cypress orb from CircleCI registry - cypress: cypress-io/cypress@3.3.0 + cypress: cypress-io/cypress@3.3.1 win: circleci/windows@5.0.0 executors: