mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user