mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
updated test description
This commit is contained in:
@@ -30,7 +30,7 @@ public class DeleteProcessFullTests extends RestTest
|
||||
}
|
||||
|
||||
@TestRail(section = { TestGroup.REST_API, TestGroup.PROCESSES }, executionType = ExecutionType.REGRESSION,
|
||||
description = "Verify user is able to delete process started by him twice using REST API and status code is OK (204)")
|
||||
description = "Verify user is NOT able to delete process started by him twice using REST API and status code is NOT FOUND (404)")
|
||||
@Test(groups = { TestGroup.REST_API, TestGroup.WORKFLOW, TestGroup.PROCESSES, TestGroup.FULL })
|
||||
public void deleteProcessByUserWhoStartedProcessTwice() throws Exception
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user