diff --git a/scripts/e2e-ci.sh b/scripts/e2e-ci.sh index c0fc820e7..59069b976 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 + # browserstack edge - Edge randomly fails when switching from the login popup back to the main window. exit $exitCode else