Merge branch 'master' into TAS-2798

This commit is contained in:
Valentin Popa
2017-01-27 14:35:27 +02:00
@@ -61,7 +61,7 @@ public class UpdateSiteMemberSanityTests extends RestTest
.containsSummary(String.format("The current user does not have permissions to modify the membership details of the site %s.", siteModel.getTitle()));
}
@Bug(id = "REPO-1889")
@Bug(id = "REPO-1832")
@Test(groups = { TestGroup.REST_API, TestGroup.SITES, TestGroup.SANITY })
@TestRail(section = {TestGroup.REST_API, TestGroup.SITES }, executionType = ExecutionType.SANITY,
description = "Verify that collaborator is not able to update site member and gets status code FORBIDDEN (403)")