updated test description

This commit is contained in:
Cristina Axinte
2017-02-01 16:16:59 +02:00
parent b33b8b25f7
commit dbd9e11f2e
@@ -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
{