mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3385] Implementing start task - test cases (#3613)
* Implementing start task - test cases * Removed syntax error. * Add data-automation-id for people widget.
This commit is contained in:
committed by
Eugenio Romano
parent
46b1fefce5
commit
d056b3decd
@@ -219,4 +219,10 @@ describe('Start Task - Task App', () => {
|
||||
taskPage.usingTaskDetails().usingTaskDetailsToggles().enableShowHeader();
|
||||
taskPage.usingTaskDetails().taskInfoDrawerIsDisplayed();
|
||||
});
|
||||
|
||||
it('[C260424] Should be able to see Spinner loading on task list when clicking on Tasks', () => {
|
||||
processServicesPage.goToProcessServices().goToTaskApp();
|
||||
taskPage.usingTasksListPage().checkSpinnerIsDisplayed();
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user