diff --git a/test/end-to-end-tests/run.sh b/test/end-to-end-tests/run.sh index 4421bddc34..f1aa6729b5 100755 --- a/test/end-to-end-tests/run.sh +++ b/test/end-to-end-tests/run.sh @@ -12,7 +12,7 @@ fi has_custom_app=$(node has-custom-app.js $@) if [ ! -d "element/element-web" ] && [ $has_custom_app -ne "1" ]; then - echo "Please provide an instance of Element to test against by passing --element-url or running $BASE_DIR/element/install.sh" + echo "Please provide an instance of Element to test against by passing --app-url or running $BASE_DIR/element/install.sh" exit 1 fi