From 50bf1ea8d44ba1129edaf5f9939ec8a0789ea28e Mon Sep 17 00:00:00 2001 From: cagache Date: Wed, 23 Nov 2016 17:22:27 +0200 Subject: [PATCH] added bug annotation --- .../org/alfresco/rest/comments/UpdateCommentsCoreTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e-test/java/org/alfresco/rest/comments/UpdateCommentsCoreTests.java b/e2e-test/java/org/alfresco/rest/comments/UpdateCommentsCoreTests.java index a314e0502..16a30be53 100644 --- a/e2e-test/java/org/alfresco/rest/comments/UpdateCommentsCoreTests.java +++ b/e2e-test/java/org/alfresco/rest/comments/UpdateCommentsCoreTests.java @@ -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