Tweaks to keyword extraction

This commit is contained in:
vlofgren 2022-07-19 04:50:19 +02:00
parent 825dea839d
commit ba375ef769

View File

@ -212,9 +212,10 @@ public class EdgeSearchE2ETest extends E2ETestBase {
var html = driver.findElement(new By.ByXPath("//*")).getAttribute("outerHTML");
assertEquals(List.of("Frog", "Binomial nomenclature", "Amphibian", "Mantis"), getTitlesFromSearchResults(html));
Files.move(driver.getScreenshotAs(OutputType.FILE).toPath(), screenshotFilename("site-search"));
assertEquals(List.of("Frog", "Binomial nomenclature", "Mantis", "Amphibian"), getTitlesFromSearchResults(html));
}
@Test