* Fix few tests with alfresco content type
* Fix start-task-form-cloud suite: make tests independent
* no message
* Add new candidatebaseapp.zip - fix attach file widget with alfresco content & local type to have destination folder empty
* Fix json
* Created process-instance-header and info-drawer POs
* Refactor ADF tests to use ProcessInstanceHeaderPage
* Fix lint
* Fix card-view-date-item PO
* Add task-header PO
* no message
* Add set and get for due date property
* Changed how it was previously
* Exclude attach folder and attach file tests
* Bugs already fixed, remove excludes
* Modify data-table-item for cases when column title is empty
* Add new methods to datatable PO
* [ACA-3492] ADF - Expose new Groups Endpoints
* * docs added
* * fix ut
* unit test split cloud
* Update data-table-component.page.ts
* unit test split cloud
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* Refactor isCompleteFormButtonDisabled method
- Change the isCompleteFormButtonDisabled() method structure as per the Code Style E2E 03-01
- Replace the isCompleteFormButtonDisabled() with isCompleteFormButtonEnabled() in the tests
- Add lists with the default tasks and process filters name in order to use a variable instead of a string (ADW eg. in the breadcrumb checks)
* Add visibility wait in isCompleteFormButtonEnabled method
* Refactor isProcessListDisplayed method
- Change the isProcessListDisplayed() method structure as per the Code Style E2E 03-01
- Replace the checkProcessListIsDisplayed() with isProcessListDisplayed() in the tests
* Fix isCompleteFormButtonEnabled and isCancelButtonEnabled methods
* Fix isCompleteFormButtonEnabled method
* Create separate method to check for Complete button visibility
* fix tslint
* [ACA-3348] Add default process name pipe
* [ACA-3348] Add documentation
* [ACA-3348] Change transform function to recieve a process def parameter, Update documentation
* Change parameter type to fix build
* Fix lint errors
* Move unit test to the correct describe
* Fix lint errors
* Move from one core pipe to different for APS1 and Cloud
* Add Pipe to process cloud providers
* Update documentation
* Revert demo-shell default process name
* Fix pipe version in documentation
* e2e - select process definition and then type name
* Fix process services e2e
* Align process filters e2e
* Align start-task-form cloud e2e
* Use processInstance model instead of processDefinition as a parameter for transform function
* Add doubleClickRow method
* Renamed the method to be in sync with the actions made
* Modified the columns parameter from 'any' to 'Column[]'
* no message
* Make Column abstract again
* Add locators snackbar action
* Unblock Travis
* no message
* refator login page
* refator login page
* remove obsolete classes and move what is needed in the test pck
* fix const
* revert modify
* remove duplicate browser property
* fix build
* fix
* fix
* fix lint
* move drop action in testing
remove not necessary space
js-api centralize content
* first refactor use js-api
* fix protractor
* refactor test config
* simplify properties
fix namings
* ps cloud simplify
remove unused js files
* id fix
* fix search test
simplify environment var step 1
* fix lint
* first user iteration fix
* fix model
* unify use of apiService
* first step automatic user creation Identity
* refactor creation user content-services
* refactor creation user search
* refactor creation user core
* process service refactoring 1
* process service refactoring 1
* process service refactoring 2
* fix process
* appconfig
* fix process util
* fix gallery
* fix "this" reference issues
* fix incorrect import paths
* fix core
* some fixes
* allign
* fix some test
remove structure folder and move in actions
* fixes
* move folders in the right place
* fix
* fix rebase
* solve build issue
* fix e2e
* change init aae
* order api and some fixes
* fix possible not valid password
* fix some ps test
* replace host port also in objects
* Update app-config.service.ts
* fix process
* fix process test
* process service cloud fix
* fiexs
* modify init script
* fix two test
* remove unused property
* host issue
* not use npx
* fix ps cloud test
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
* Add click on context menu action
* Export context-menu class through public-api.ts
* Add isContextMenuDisplayed method
* Add select row method for process list
* Typo in context-menu class
* Move Context Menu class in core folder
* Add async and await to select process row method
* Remove return from select process row method
* Rename selectRow method for Process and Task list