[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:
cristinaj
2019-05-28 13:09:19 +03:00
committed by Eugenio Romano
parent f6d8bd4130
commit 36faed0fab
7 changed files with 33 additions and 27 deletions

View File

@@ -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);