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

#431 - re-activated headless

parent 59662cc3
Branches
Tags
No related merge requests found
Pipeline #1442 failed
...@@ -40,7 +40,7 @@ public class SeleniumTestExecutionListener extends AbstractTestExecutionListener ...@@ -40,7 +40,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