mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
added bug annotation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user