REPO-2755 / REPO-2251: uncommented bugs

This commit is contained in:
cagache
2017-10-11 13:29:43 +03:00
parent 49121390d4
commit 4ef65dfb1f
2 changed files with 2 additions and 2 deletions
@@ -137,7 +137,7 @@ public class GetPeoplePreferenceFullTests extends RestTest
@Test(groups = { TestGroup.REST_API, TestGroup.PEOPLE, TestGroup.REGRESSION })
@TestRail(section = { TestGroup.REST_API, TestGroup.PEOPLE,TestGroup.PREFERENCES }, executionType = ExecutionType.REGRESSION,
description = "Change one preference for an user then perform get call")
// @Bug(id = "ACE-5736")
@Bug(id = "REPO-1922")
public void changePreferenceThenPerformGetPreferenceCall() throws Exception
{
UserModel newUser = dataUser.createRandomTestUser();
@@ -150,7 +150,7 @@ public class AddProcessVariablesFullTests extends RestTest
.stackTraceIs(RestErrorModel.STACKTRACE);
}
// @Bug(id = "REPO-1938")
@Bug(id = "REPO-1938")
@TestRail(section = { TestGroup.REST_API, TestGroup.WORKFLOW, TestGroup.PROCESSES }, executionType = ExecutionType.REGRESSION,
description = "Adding process variables is falling in case invalid type prefix is provided")
@Test(groups = { TestGroup.REST_API, TestGroup.WORKFLOW, TestGroup.PROCESSES, TestGroup.REGRESSION })