From 71c0bd0ece1bfda296f0dfda34745d025d4f8a10 Mon Sep 17 00:00:00 2001 From: Alireza Date: Wed, 20 Sep 2023 10:27:54 -0400 Subject: [PATCH] make e2e work again 23 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 92a29fd8e4d..8a2bc6f5c12 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -369,7 +369,7 @@ workflows: - cypress/run: name: 'E2E: PWA' - start-command: yarn test:data && yarn run test:e2e:serve + start-command: yarn run test:data && yarn run test:e2e:serve install-browsers: true cypress-command: 'npx wait-on@latest http://localhost:3000 && npx cypress run --browser chrome'