Search-1437: Updated the test group to 121

This commit is contained in:
Meenal Bhave
2019-01-22 15:38:12 +00:00
parent 947222e333
commit 80d1cb0240
@@ -89,7 +89,7 @@ public class FacetFieldsSearchTest extends AbstractSearchTest
waitForIndexing(htmlFile.getName(), true);
}
@Test(groups = { TestGroup.REST_API, TestGroup.SEARCH, TestGroup.ASS_13 })
@Test(groups = { TestGroup.REST_API, TestGroup.SEARCH, TestGroup.ASS_121 })
public void testSearchFacetFieldsBucketExcludedWhenMinCount2() throws Exception
{
// Create Query with FacetFields: Site and Content MimeType
@@ -125,7 +125,7 @@ public class FacetFieldsSearchTest extends AbstractSearchTest
}
@Test(groups = { TestGroup.REST_API, TestGroup.SEARCH, TestGroup.ASS_13 })
@Test(groups = { TestGroup.REST_API, TestGroup.SEARCH, TestGroup.ASS_121 })
public void testSearchWithFacetFieldsMinCountChecks() throws Exception
{
SearchRequest query = new SearchRequest();
@@ -176,7 +176,7 @@ public class FacetFieldsSearchTest extends AbstractSearchTest
bucket1.assertThat().field("display").is("Plain Text");
}
@Test(groups = { TestGroup.REST_API, TestGroup.SEARCH, TestGroup.ASS_13 })
@Test(groups = { TestGroup.REST_API, TestGroup.SEARCH, TestGroup.ASS_121 })
public void testSearchWithFacetFieldsNoFacetsWhenNoAccess() throws Exception
{
SearchRequest query = new SearchRequest();
@@ -200,7 +200,7 @@ public class FacetFieldsSearchTest extends AbstractSearchTest
Assert.assertNull(response.getContext().getFacetsFields());
}
@Test(groups = { TestGroup.REST_API, TestGroup.SEARCH, TestGroup.ASS_13 })
@Test(groups = { TestGroup.REST_API, TestGroup.SEARCH, TestGroup.ASS_121 })
public void testSearchWithFacetFieldsOnlyFacetsWhereAccess() throws Exception
{
SearchRequest query = new SearchRequest();