From 6d3764174e785cf14112f16aed6b6c523597bdda Mon Sep 17 00:00:00 2001 From: pimlie Date: Fri, 3 Jan 2020 12:16:50 +0100 Subject: [PATCH] chore: fix e2e ci, dont run ff headless --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4290be4..db76c78 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -110,7 +110,7 @@ workflows: - test-e2e-ssr: { requires: [lint] } - test-e2e-browser: name: test-e2e-firefox - browserString: firefox/headless + browserString: firefox requires: [test-e2e-ssr] - test-e2e-browser: name: test-e2e-chrome