mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4609]Logging the response in case of error. (#4784)
* Logging the response in case of error. * Enable all cloud tests * no message * no message * Comment failing tests
This commit is contained in:
committed by
Eugenio Romano
parent
f6d8bd4130
commit
36faed0fab
@@ -139,7 +139,7 @@ describe('Task Header cloud component', () => {
|
||||
.toEqual(subTask.entry.parentTaskId === null ? '' : subTask.entry.parentTaskId);
|
||||
});
|
||||
|
||||
xit('[C307032] Should display the appropriate title for the unclaim option of a Task', () => {
|
||||
it('[C307032] Should display the appropriate title for the unclaim option of a Task', () => {
|
||||
tasksCloudDemoPage.myTasksFilter().clickTaskFilter();
|
||||
tasksCloudDemoPage.taskListCloudComponent().checkContentIsDisplayedByName(basicCreatedTaskName);
|
||||
tasksCloudDemoPage.taskListCloudComponent().selectRow(basicCreatedTaskName);
|
||||
|
Reference in New Issue
Block a user