Revert "Mark test with a bug"

This reverts commit 5922f4a0fe.
This commit is contained in:
Alex Mukha
2019-12-14 11:53:31 +00:00
parent 35c134786d
commit a3e169c082

View File

@@ -178,7 +178,6 @@ public class RemoveSiteMemberTests extends RestTest
.getSiteMembers().assertThat().entriesListDoesNotContain("id", anothermanager.getUsername()));
}
@Bug(id="REPO-4864")
@TestRail(section = {TestGroup.REST_API, TestGroup.SITES }, executionType = ExecutionType.REGRESSION,
description = "Verify that manager can delete site member using \"-me-\" in place of personId")
@Test(groups = { TestGroup.REST_API, TestGroup.SITES, TestGroup.REGRESSION })