fix broken test after correction i18n

This commit is contained in:
Eugenio Romano
2018-08-07 22:47:40 +01:00
parent b1536cd83e
commit 5b0b6e83bc
4 changed files with 10 additions and 8 deletions

View File

@@ -96,6 +96,8 @@ export SAVE_SCREENSHOT=$SAVE_SCREENSHOT
export TIMEOUT=$TIMEOUT
export FOLDER=$FOLDER'/'
npm run lint-e2e || exit 1
if [[ $DEVELOPMENT == "true" ]]; then
echo "====== Run against local development ====="
if [[ $SINGLE_TEST == "true" ]]; then