From 82e617b19b1deab14188fa366c1c1aa019e1f42c Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 19 Dec 2017 14:48:58 +0100 Subject: [PATCH] Enable firefox and edge --- scripts/e2e-ci.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/e2e-ci.sh b/scripts/e2e-ci.sh index 8a90ed3bd..64f749196 100755 --- a/scripts/e2e-ci.sh +++ b/scripts/e2e-ci.sh @@ -12,9 +12,7 @@ E2E_WAIT_FOR_TIMEOUT=${E2E_WAIT_FOR_TIMEOUT:-5000} # Safari >= 8 has issues connecting to browserstack-local. Safari < 8 is too old. # IE 64bit has issues with receiving keyboard input. Let's wait for them to fix it. -# FIXME: disabled firefox,edge until fixing pass is done -# E2E_BROWSERS=${E2E_BROWSERS:-chrome,firefox,edge} #ie safari -E2E_BROWSERS=${E2E_BROWSERS:-chrome} +E2E_BROWSERS=${E2E_BROWSERS:-chrome,firefox,edge} #ie safari if [[ "${CIRCLE_BRANCH}" == "master" && -n "$BROWSERSTACK_KEY" ]]; then echo Testing on browserstack