Merge branch 'fix/Search-1847' into 'master'

Search-1847: Wait extended until the content is indexed for faceting

See merge request search_discovery/insightengine!153
This commit is contained in:
Meenal Bhave
2019-09-10 11:36:45 +01:00
@@ -90,7 +90,7 @@ public class FacetFieldsSearchTest extends AbstractE2EFunctionalTest
restClient.authenticateUser(testUser).withCoreAPI().usingNode(textFile).updateNode(putBody);
// Wait for the file to be indexed
waitForIndexing(htmlFile.getName(), true);
waitForContentIndexing(htmlFile.getContent(), true);
}
@Test