added bug annotation

This commit is contained in:
cagache
2016-11-23 17:22:27 +02:00
parent 140d83fd58
commit 50bf1ea8d4
@@ -82,7 +82,8 @@ public class UpdateCommentsCoreTests extends RestTest
restClient.assertStatusCodeIs(HttpStatus.OK);
comments.assertThat().entriesListContains("content", "This is the updated comment with Collaborator user");
}
@Bug(id="")
@TestRail(section = { TestGroup.REST_API,
TestGroup.COMMENTS }, executionType = ExecutionType.SANITY, description = "Verify Collaborator user can update comments of another user and status code is 200")
public void collaboratorIsAbleToUpdateCommentOfAnotherUser() throws JsonToModelConversionException, Exception