SEARCH-1639 adding a ACS annotation back into a search test

This commit is contained in:
Keerat Lalia
2019-07-19 08:37:42 +01:00
parent ff6cb0fb6d
commit fae69bb9bb

View File

@@ -192,7 +192,7 @@ public class SearchTest extends AbstractSearchServicesE2ETest
.collect(Collectors.toList())); .collect(Collectors.toList()));
} }
@Test @Test(groups = { TestGroup.ACS_61n })
@TestRail(section = { @TestRail(section = {
TestGroup.REST_API, TestGroup.SEARCH, TestGroup.REST_API, TestGroup.SEARCH,
TestGroup.ACS_61n }, executionType = ExecutionType.REGRESSION, description = "Checks the \"include\" request parameter support the 'permissions' option") TestGroup.ACS_61n }, executionType = ExecutionType.REGRESSION, description = "Checks the \"include\" request parameter support the 'permissions' option")