diff --git a/.circleci/config.yml b/.circleci/config.yml index 92a29fd8e4..8a2bc6f5c1 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'