disable flaky tests

This commit is contained in:
Denys Vuika
2019-05-13 13:48:34 +01:00
parent 4d0b646717
commit cecc13093d
3 changed files with 3 additions and 3 deletions

View File

@@ -142,7 +142,7 @@ describe('Task Header cloud component', () => {
.toEqual(subTask.entry.parentTaskId === null ? '' : subTask.entry.parentTaskId);
});
it('[C307032] Should display the appropriate title for the unclaim option of a Task', async () => {
xit('[C307032] Should display the appropriate title for the unclaim option of a Task', async () => {
tasksCloudDemoPage.myTasksFilter().clickTaskFilter();
tasksCloudDemoPage.taskListCloudComponent().checkContentIsDisplayedByName(basicCreatedTaskName);
tasksCloudDemoPage.taskListCloudComponent().selectRow(basicCreatedTaskName);