Change order of test execution to allow time to index data

This commit is contained in:
Michael Suzuki
2017-04-03 16:21:46 +01:00
parent 068dd5011c
commit 488ecd7cee
@@ -32,7 +32,7 @@ import org.testng.annotations.Test;
public class SearchTest extends AbstractSearchTest
{
@Test(groups={TestGroup.SEARCH, TestGroup.REST_API})
public void searchCreatedData() throws Exception
public void searchOnIndexedData() throws Exception
{
SearchResponse nodes = query("fox");
restClient.assertStatusCodeIs(HttpStatus.OK);