From 1126ab48adfcefe0335a8ba3389160230b0afd51 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Wed, 18 Oct 2017 23:26:16 +0700 Subject: [PATCH] Add edge version to comment --- scripts/e2e-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e-ci.sh b/scripts/e2e-ci.sh index 59069b976..0ee8b5f0c 100755 --- a/scripts/e2e-ci.sh +++ b/scripts/e2e-ci.sh @@ -23,7 +23,7 @@ if [[ "${CIRCLE_BRANCH}" == "master" ]]; then browserstack firefox # browserstack safari – Safari >= 8 has issues connecting to browserstack-local. Safari < 8 is too old. browserstack ie - # browserstack edge - Edge randomly fails when switching from the login popup back to the main window. + # browserstack edge - Edge 14 & 15 randomly fails when switching from the login popup back to the main window. exit $exitCode else