[ADF-3560] Create an automated test to cover 'Add group' on permissions (#3798)

* [ADF-3560] Create an automated test to cover 'Add group' on permissions

* fix test

* fix tslint issues
This commit is contained in:
jdosti
2018-09-18 11:41:25 +01:00
committed by Eugenio Romano
parent 84da24c02f
commit 7788eb7313
7 changed files with 57 additions and 11 deletions

View File

@@ -9,8 +9,8 @@ npm run lint-lib || exit 1
echo "====== lint E2E ====="
npm run lint-e2e
npm run lint-e2e || exit 1
echo "====== lint Demo shell ====="
ng lint dev --fix
ng lint dev || exit 1