* [ACS-511]-adding-library-tests
* updating tests and adding before and after all
* spinner timeouts update
* updating import statement
* update error locator
* adding random method in general utils
* [ACA-4715] break dependency on envsubst (#3325)
* remove BPM host
* break dependency on envsubst
* remove prebuild script
* cleanup package.json
* [ACS-511]-adding-library-tests
* adding lost MyLibrariesPage import
* rebase page initialization merge
* [ACS-511]-adding-library-tests
* comma deleted
* fix readability and indentation
* adding id to info drawer
* adding index and updating import
* updating after wrong rebase
* after rebase
* updating tests and adding before and after all
* updating import statement
* update error locator
* adding random method in general utils
* [ACS-511]-adding-library-tests
* comma deleted
* fix readability and indentation
* adding id to info drawer
* adding index and updating import
* next after rebase
* update delete in folder tests
* providing string as parameter
* after rebase
* updating tests and adding before and after all
* adding random method in general utils
* [ACS-511]-adding-library-tests
* comma deleted
* [ACS-511]-adding-library-tests
* adding index and updating import
* providing string as parameter
* delete protractor create-library tests
* update for calls in expect method
* bump to 4.2.0 (#3334)
* adding random method in general utils
* adding index and updating import
* providing string as parameter
* after rebase
* providing string as parameter
* update for tests C280026 and C280027
* raising time for visibility check
* quotes change in error strings
* adding waitFor method
* raising timeout in isErrorMessageDisplayed method
* updating mat-error locator
* adding press tab after fill
* update general-utils to utils for random
* updating label typo
---------
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
* ACA-4709 Added use-none-component-view-encapsulation eslint rule and correct part of components
* ACA-4709 More changes for encapsulation
* ACA-4709 Installed eslint-plugin-eslint-angular dependency
* ACA-4709 Corrected rest places with did not use none encapsulation
* ACA-4709 Exclude process inline templates plugin from spec files
* [ACS-5088] Replaced method calls in templates with variables
* [ACS-5088] Replaced method calls in templates with variables
* [ACS-5088] Replaced method calls for *ngIf and *ngFor with variables - Batch 1 (WIP)
* [ACS-5088] Replaced method calls for *ngIf and *ngFor with variables - Batch 2 (WIP)
* [ACS-5088] Replaced instances of $any with cast pipe. Replaced other instances of method calls in templates with variables
* [ACS-5088] Resolved test cases
* [ACS-5088] Resolved test cases in aca-content library
* [ACS-5088] Resolved test cases in aca-shared library
* [ACS-5088] Resolved test cases in aca-folder-rules library
* [ACS-5088] Reverted usage of cast pipe to $any()
* [ACS-5088] Fixed incorrect revert
* [ACS-5088] Resolved code review findings - shortened expressions and made onDestroy subjects use void instead of boolean
* [ACS-5088] Resolved code review findings - changed parameter name in sort function
* [ACS-5088] Resolved code review findings - added 'void' type to onDestroy subjects
* [ACS-5088] Upgraded eslint version to 8.41.0. Added "@angular-eslint/template/no-call-expression" rule to prevent function calls in templates unless needed (reports warnings)
* [ACS-5088] Resolved typo in ToggleFavoriteComponent