update rest-suites.xml to exclude ASS_1.0.0 group and include FacetedSearchTest in this group

This commit is contained in:
Cristina Axinte
2017-03-27 16:24:22 +03:00
parent 12ffa5642a
commit c0d1080bbd
@@ -34,8 +34,8 @@ import org.testng.annotations.Test;
public class FacetedSearchTest extends AbstractSearchTest
{
@Test(groups = { TestGroup.REST_API, TestGroup.SEARCH })
@TestRail(section = {TestGroup.REST_API, TestGroup.SEARCH }, executionType = ExecutionType.REGRESSION,
@Test(groups = { TestGroup.REST_API, TestGroup.SEARCH, TestGroup.ASS_1 })
@TestRail(section = {TestGroup.REST_API, TestGroup.SEARCH, TestGroup.ASS_1 }, executionType = ExecutionType.REGRESSION,
description = "Checks facet queries for the Search api")
/**
* Perform the below facet query.