* e2e test for ADF-4699 - Allow a form to be used (or not used) in standalone tasks
* e2e test for ADF-4699 - Allow a form to be used (or not used) in standalone tasks
* test enhancements
* replacing the app with forms with standAlone flag in the json.
* e2e tests for restore content directive
* e2e tests for restore content directive
* e2e tests for restore content directive
* changed the method for restore icon to check for display rather than enabled.
* test enhancements
* removed empty folder test as irrelevant.
* added test for restore of Site or Library
* test enhancements
* test enhancements
* added tests for Edit Folder Directive
* added tests for Copy and Move actions on no permission folder.
* moved the checkDisabled function to BrowserActions to make it reusable.
* updated method name
* C310199, C310142, empty form validations, Form validations with required field and invalid data.Added a new form to candidatebaseapp, 'FormToTestValidations'
* using BrowserActions
* removing hte test as iti s duplicated. The same tests exist under e2e/content-services/document-list/document-list-actions.e2e.ts
* C260127 - Move - Destination picker search, test for content highlighted
* C260128 - Move same name file test added
* test name updated
* C260134 - Move Folder with subfolder and file within it, test added
* formatting
* C260135 - Move same name folder - test added
* C260131 - Copy - Destination picker search, search text highlighted in the results in the Copy dialog.
* C260129, C260136 - Tests for Copy same name file and same name folder added
* added tests for Copy and Move actions on no permission folder.
* added tests for Copy and Move actions on no permission folder.
* [ADF-4715] a process never has CREATED status
* [ADF-4717] clean up in afterAll
* check mediumDate format
* check mediumDate format
* show more log data
* Revert "show more log data"
This reverts commit a19c629
* automated upload local and content file from task from upload widget.
* automated upload local and content file from task from upload widget.
* reverting the git ignore change
* updated the app with the new process definition using the form with upload widgets
* Save error screenshot
* creating the processes through api call rather than through ui. and added -log to watch the travis build on process-cloud
* creating the processes through api call rather than through ui. and added -log to watch the travis build on process-cloud
* removed the wait till clickable, as not relevant here.
* Update process-services-cloud-e2e.sh
* [ADF-4701] Upgrade angular material to 7.3.7 version
* [ADF-4701] upgrade angular libs
* [ADF-4701] upgrade angular libs
* [ADF-4530] temporary disable test
- will be fixed in a separate PR for https://issues.alfresco.com/jira/browse/ADF-4704
- the 'expected behavior' of the ADF-4530 corresponding bug is that should display 'all the available Process Definitions defined in the app'
* e2e test does not need bpm user
* e2e FIX waitUntilElementIsClickable
* Revert "e2e test does not need bpm user"
This reverts commit 9a5c4d4 - Travis seems to need initial code
* e2e fix button selector
- caused TimeoutError: Element is not Clickable
* e2e scroll into view fix
* e2e fixes scroll into view & selectors
* e2e fixed close action menu
- close menu with all disabled items fix - opened related issue https://issues.alfresco.com/jira/browse/ADF-4712
- checkContextActionIsVisible should check only visibility - all items might be disabled, so un-clickable
- close menu changed bcs. overlay backdrop caused TimeoutError: Element is not Clickable
* e2e disabled button is not supposed to be clickable
- fixed TimeoutError: Element is not Clickable
* e2e update messages
* e2e check invisibilityOf item
* e2e extra filter
* e2e wait waitTillContentLoaded
- created related issue https://issues.alfresco.com/jira/browse/ADF-4715
* [ADF-4715] a process never has CREATED status
* [ADF-4717] wait for filtered content to be loaded
- initiator filter must have 'username' value
* [ADF-4457] StorageService should be independent of AppConfigService
* [ADF-4457] Fix e2e tests
* [ADF-4457] Fix e2e tests
* [ADF-4457] Improve storage service workflow
* Fix linting
* Fix unit tests
* Fix e2e test
* Add missing class to constructor
* Fix e2e test
* Rebase branch
* Improve unit test
* fix test
* process-filter-results test automated
* updated the test case numbers
* fix test
* fix test
* added wait for the datatable to load
* fixes
* created another process instance in simpleApp by anotherUser, to test the negative scenario's in filtering.
* created another process instance in simpleApp by anotherUser, to test the negative scenario's in filtering.
* delete both the users created.
* automated Start and save a task with a form.
* crc's
* test title updated
* test title updated
* start process with start event form automated
* moved the expect statements to the tests.
* fix circular dependency
* deleting the standalonetask in afterAll
* split the tests for better readability
* split the tests for better readability
* Update data-table-component.page.ts
* new pr
* fix error - sortOrder.toLowerCase is not a function
* new pr
* new process definition added
* taking the development branch changes
* new test file
* fix failures, passing string instead of boolean flag.
* ADF-4488 - FormCloud - Not able to render a dropdown with a RestService bind
* ADF-4488 - FormCloud - Not able to render a dropdown with a RestService bind
* added await for entry of undefined error
* added missing async for the tests.
* changed location
* changed locatioremoved unnecessary async
* moved the locators to task-form-cloud-component page
* removed the taskDetailsCloudPage as is unnecessary and getting the assertions from taskHeaderCloudPage.
* fiv circular dependency
* fix circular dependency
* ordering fix use common method in datatable
* ordering fix use common method in datatable
* fix sorting ps e2e
* fix ordering
* move search page in testing and fix sorting boolean flag
* fix import
* fix moment
* use common sort method in document list test
* use common sort method in document list test
* remove unnecesary sort control
* remove duplicate test
* remove e2e suspended removed status
* documentation
* enabled tests and added the new user to run the tests.
* lint fix
* adding a new user and add the user to hr group which will be used when deploying the apps.
* Test commit
* adding a new user and add the user to hr group which will be used when deploying the apps.
* linting fixes
* crc's moved the roles constants to identityService.
* crc's moved the roles constants to identityService.
* wrapped the createIdentityUser and assign Role calls into 1 method and used in the tests.
* wrapped the createIdentityUser and assign Role calls into 1 method and used in the tests.
* Added a method in identityService to pass the required roles to be added in a string array.
* linting fixes
* added the command line arguments to run the e2e tests -identity_admin_email and -identity_admin_password
* added the command line arguments to run the e2e tests -identity_admin_email and -identity_admin_password
* crc's, removed the step to add user to the hr group, as not needed in this test.
* renamed the E2E travis variable to end with identity.
* replaced the candidateuserapp with candidatebaseapp
* replaced candidateuserapp with candidatebaseapp
* replaced candidateuserapp with candidatebaseapp
* replaced candidateuserapp with candidatebaseapp
* timeout wait for the test to pass.
* crc's
* Remove skiplint option in favour of lint
Refactor protractor config
* Move rebase check
* Remove the skiplint and run only e2e cloud
* Remove the skip lint
* Change e2e cloud and check the CI runs only that one
* Enable the smart e2e on content
* Delegate the e2e run on the specific project
* Fix typo on specs option
* Add basic readme and fix process service name problem
* Fix bash else if
* Add process list cloud selection tests
* Fix lint issues
* Fix lint issues
* Added columns to contentServicesPage
* Fix lint error.
* Add the possibility to test the selection mode for process details.
* added a new LocalStorageUtil and using the setConfigMethod to set the localstorage variables, instead of using hte settings ui page.
* linting fix
* fixing import paths
* update new path LocalStorageUtil
* fix problems after rebase
* fix async loadin and clear
* local storage fix
* fix lint
* fix cs tests
* fix tag navigation and rename file appNavigation to processTabNavigation
* fix lint
* fix process test
* fix lint
Signed-off-by: Eugenio Romano <eugenio.romano@alfresco.com>
* fix start process cloud
* inc timeout