REPO-2755 / REPO-2251: uncommented bugs

This commit is contained in:
cagache
2017-10-11 12:11:04 +03:00
parent 77604878e2
commit f0a3a62ce6
3 changed files with 3 additions and 3 deletions
@@ -26,7 +26,7 @@ public class GetProcessDefinitionImageFullTests extends RestTest
adminUser = dataUser.getAdminUser();
}
// @Bug(id = "REPO-1911")
@Bug(id = "REPO-1911")
@TestRail(section = { TestGroup.REST_API, TestGroup.WORKFLOW, TestGroup.PROCESS_DEFINITION },
executionType = ExecutionType.REGRESSION,
description = "Verify if get process definition image returns status code 404 when empty processDefinitionId is used")
@@ -243,7 +243,7 @@ public class AddProcessItemCoreTests extends RestTest
.containsSummary(String.format(RestErrorModel.ENTITY_NOT_FOUND, "invalidProcessId"));
}
// @Bug(id = "ACE-5683")
@Bug(id = "REPO-1937")
@TestRail(section = { TestGroup.REST_API, TestGroup.WORKFLOW, TestGroup.PROCESSES }, executionType = ExecutionType.REGRESSION,
description = "Adding process item is falling in case of invalid body item is provided")
@Test(groups = { TestGroup.REST_API, TestGroup.WORKFLOW, TestGroup.PROCESSES, TestGroup.REGRESSION })
@@ -104,7 +104,7 @@ public class AddProcessItemSanityTests extends RestTest
.assertThat().entriesListContains("id", processItems.getEntries().get(1).onModel().getId());
}
// @Bug(id= "MNT-16966")
@Bug(id= "REPO-1927")
@TestRail(section = {TestGroup.REST_API, TestGroup.WORKFLOW,TestGroup.PROCESSES }, executionType = ExecutionType.SANITY,
description = "Add process item that already exists")
@Test(groups = { TestGroup.REST_API, TestGroup.WORKFLOW, TestGroup.PROCESSES, TestGroup.SANITY})