From 2991fe4ca5798c779326a35d5538cc778b5516d1 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Wed, 18 Oct 2017 23:27:46 +0700 Subject: [PATCH] Pingelig --- scripts/e2e-ci.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/e2e-ci.sh b/scripts/e2e-ci.sh index 0ee8b5f0c..f1376abcb 100755 --- a/scripts/e2e-ci.sh +++ b/scripts/e2e-ci.sh @@ -21,9 +21,13 @@ if [[ "${CIRCLE_BRANCH}" == "master" ]]; then # Test using browserstack. browserstack chrome browserstack firefox - # browserstack safari – Safari >= 8 has issues connecting to browserstack-local. Safari < 8 is too old. browserstack ie - # browserstack edge - Edge 14 & 15 randomly fails when switching from the login popup back to the main window. + + # Safari >= 8 has issues connecting to browserstack-local. Safari < 8 is too old. + # browserstack safari + + # Edge 14 & 15 randomly fails when switching from the login popup back to the main window. + # browserstack edge exit $exitCode else