From 1fce2451c71a0afaf0ec0ec774d634fc94e7a012 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 19 Dec 2017 16:16:59 +0100 Subject: [PATCH] Remove some blank lines --- scripts/e2e-ci.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/e2e-ci.sh b/scripts/e2e-ci.sh index c9ee437e8..95672c5d7 100755 --- a/scripts/e2e-ci.sh +++ b/scripts/e2e-ci.sh @@ -12,10 +12,8 @@ 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. - E2E_BROWSERS=${E2E_BROWSERS:-chrome,firefox,edge} #ie safari - if [[ "${E2E_DISABLE}" == "true" ]]; then echo E2E is disabled. exit