mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
REPO-2755 / REPO-2251: uncommented bugs
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
+1
-1
@@ -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 })
|
||||
|
||||
+1
-1
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user