* 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
* [ADF-4716] Dynamic Table not working properly (regression)
[ADF-4722] Wrong date is displayed when updating row of dynamic table
* removing dynamic table date added
* * fix e2e
* 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.
* update
* automated => C297472 see selected rows list and task names when multiselect and testing mode toggle are on.
* automated => C297472 see selected rows list and task names when multiselect and testing mode toggle are on.
* Delete package-lock.json
* updates
* [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
* 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
* unshare fixes and error notifications
* fix disabled toggles issue
* code fixes and separate interface
* remove 'isFavorite' include
* safety checks for properties
* update e2e
* refactor test after functionality change
* fix issue with the missing properties
* safety checks
* [ADF-4041] Fix preselected user selection on People Cloud Component
* [ADF-4041] Fix unit test and add new one
* [ADF-4041] Fix validation of users
* Improve code
* Fix C309677 test
* [ADF-4342] Date Format defined in app config
* [ADF-4342] Create localized pipe and centralize date format
* Add unit test for new date pipe
* Add info internationalization docs
* Fix lining
* Fix linting
* Fix date pipe unit test
* [ADF-4342] Add supported language files
* Fix e2e tests
* 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
* raise snackbars on unshare errors
* remove time from datepicker
* update tests
* Update en.json
* code updates as per review
* update docs
* bind datetimepicker type attribute
* set datetimepicker type by configuration or default
* tests
* e2e test
* update docs
* e2e set sharedLinkDateTimePickerType config
* 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
* updated the Test case in TestRail, basically if there is no process name in the process definition, then in the dropdown the processId is displayed and allows the user to start a process using that.
* updated the simpleapp to have a few more processes definitions which will enable to add new e2e tests.
* linting fixes
* [ADF-4232] Fix filePreviewPage methods to reach expectations
* [ADF-4232] Implement new methods
* Fix word spelling
* [ADF-4232] Fix e2e test and rebase
* Rebase branch
* [ADF-4232] add test for reset zoom check
- remove un-reached expects from filePreviewPage
* [ADF-4232] better naming - review changes
* [ADF-4232] no sleep(s), more timeout
* [ADF-4232] some code clean up
* [ADF-4232] some code clean up
* [ADF-4232] refactoring - renaming
* [ADF-4232] refactoring
* [ADF-4232] refactoring move expects to test - code review changes
* [ADF-4232] remove unused methods
- these already exist on viewerPage.ts
* [ADF-4232] remove duplicated code
- use viewerPage instead of filePreviewPage
* [ADF-4232] reset to original timeout in afterAll
* rtl support
* fix lint
* Run e2e in case demoshell has been changed
* Skip file
* Skip file
* remove demoshell directive
* refactor side navigation
* remove env.cloud file
* class name selectors
* side navigation selectors
* fix clickMenuButton selector
* nested menu element context
* fix notification navigation selector
* 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