[ADF-5283] Fix Permission Flaky test (#6380)

* [ADF-5283] Fix Permission Flaky test

* * Removed search service

* * check permission for folder

* * execution flow fixed

* * wait for files to index

* Fix e2e tests

* * wait for user to index

* * try something api fix

* * revert back the changes

* Add sleep

* Refactor permission tests

* bring back good things

Co-authored-by: Cano <david.cano.nieto@gmail.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
This commit is contained in:
dhrn
2020-12-08 17:13:55 +05:30
committed by GitHub
parent 6a76ba0a99
commit d70cfa7fc9
6 changed files with 109 additions and 143 deletions

View File

@@ -8,14 +8,7 @@ if grep "envalfresco" . -R --exclude-dir={node_modules,.history,.idea,scripts,di
exit 1
fi
npm run ng -- lint extensions && \
npm run ng -- lint core && \
npm run ng -- lint content-services && \
npm run ng -- lint process-services && \
npm run ng -- lint process-services-cloud && \
npm run ng -- lint insights && \
npm run ng -- lint testing && \
npm run ng -- lint demoshell && \
nx affected:lint --parallel --all --maxParallel=9 && \
npm run lint-e2e && \
npm run stylelint && \
npm run spellcheck && \