Skip to content
Snippets Groups Projects
Commit b2799bb0 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#431 - re-enabled headless mode

parent 56677fc9
No related branches found
No related tags found
No related merge requests found
Pipeline #1447 canceled
...@@ -129,4 +129,6 @@ public class SearchTest ...@@ -129,4 +129,6 @@ public class SearchTest
results = driver.findElements(By.cssSelector(".search-container .card-panel")); results = driver.findElements(By.cssSelector(".search-container .card-panel"));
assertEquals(4, results.size()); assertEquals(4, results.size());
} }
//TODO: test highlight, browser back, checkboxes
} }
\ No newline at end of file
...@@ -45,7 +45,7 @@ public class SeleniumTestExecutionListener extends AbstractTestExecutionListener ...@@ -45,7 +45,7 @@ public class SeleniumTestExecutionListener extends AbstractTestExecutionListener
{ {
FirefoxOptions options = new FirefoxOptions(); FirefoxOptions options = new FirefoxOptions();
// options.setHeadless(true); options.setHeadless(true);
webDriver = new FirefoxDriver(options); webDriver = new FirefoxDriver(options);
ConfigurableApplicationContext configurableApplicationContext = (ConfigurableApplicationContext) context; ConfigurableApplicationContext configurableApplicationContext = (ConfigurableApplicationContext) context;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment