Remove some blank lines

This commit is contained in:
Chi Vinh Le
2017-12-19 16:16:59 +01:00
parent e4f1f5d08b
commit 1fce2451c7
-2
View File
@@ -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