From 4b3aed79a6635feb018ba0eef9c4bd88414a63b2 Mon Sep 17 00:00:00 2001
From: helenanull <helena.github@gmail.com>
Date: Mon, 4 Sep 2023 13:17:15 +0300
Subject: [PATCH] test

---
 .circleci/config.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2cac8f5..cf886d6 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -4,6 +4,9 @@ orbs:
 workflows:
   use-my-orb:
     jobs:
+      - install-browser:
+          run:
+            - command: npx @puppeteer/browsers install chrome@stable
       - cypress/run:
           cypress-command: npm run cy:ci
           install-browsers: true