From b71216ef062a9fdb2b1b795397e219d4c4df0a25 Mon Sep 17 00:00:00 2001 From: pimlie Date: Thu, 21 Mar 2019 14:38:00 +0100 Subject: [PATCH] test(circleci): try other browser strings --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 966d4db..d368a96 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -98,7 +98,7 @@ jobs: name: E2E Tests command: yarn test:e2e-browser environment: - BROWSER_STRING: firefox + BROWSER_STRING: firefox/headless test-e2e-chrome: <<: *e2e_browsers @@ -110,7 +110,7 @@ jobs: name: E2E Tests command: yarn test:e2e-browser environment: - BROWSER_STRING: chrome + BROWSER_STRING: chrome/selenium test-e2e-ie: <<: *e2e_browsers