mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
Mark test with a bug
This commit is contained in:
+2
-1
@@ -186,7 +186,8 @@ public class DeleteSiteMemberFullTests extends RestTest
|
||||
.getSiteMembers().assertThat()
|
||||
.entriesListContains("id", usersWithRolesPublicSite.getOneUserWithRole(UserRole.SiteManager).getUsername()));
|
||||
}
|
||||
|
||||
|
||||
@Bug(id="REPO-4862")
|
||||
@Test(groups = { TestGroup.REST_API, TestGroup.PEOPLE, TestGroup.REGRESSION })
|
||||
@TestRail(section = { TestGroup.REST_API, TestGroup.PEOPLE }, executionType = ExecutionType.REGRESSION, description = "Verify site creator can be deleted")
|
||||
public void siteCreatorCanBeDeleted() throws Exception
|
||||
|
||||
Reference in New Issue
Block a user