diff --git a/scripts/e2e-ci.sh b/scripts/e2e-ci.sh index f1376abcb..e0e94b4bf 100755 --- a/scripts/e2e-ci.sh +++ b/scripts/e2e-ci.sh @@ -22,13 +22,11 @@ if [[ "${CIRCLE_BRANCH}" == "master" ]]; then browserstack chrome browserstack firefox browserstack ie + browserstack edge # 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 # When browserstack is not available test locally using chrome headless.