Fix e2e tests dist issue (#4779)

* Fix e2e tests dist issue

* Fix linting

* Add await to asyncronous function

* fix lintint
This commit is contained in:
davidcanonieto
2019-05-24 15:32:09 +01:00
committed by Denys Vuika
parent 7f4e301ec0
commit 894a9599a9
21 changed files with 113 additions and 69 deletions

View File

@@ -177,10 +177,6 @@ export NAME_TEST=$NAME_TEST
export MAXINSTANCES=$MAXINSTANCES
export SELENIUM_PROMISE_MANAGER=$SELENIUM_PROMISE_MANAGER
if [[ $FOLDER == "process-services-cloud/" ]]; then
npm run replace-cloud-config;
fi
if $EXEC_VERSION_JSAPI == true; then
echo "====== Use the alfresco JS-API '$JSAPI_VERSION'====="
npm install alfresco-js-api@${JSAPI_VERSION}