Skip to content

Commit

Permalink
fixed test - remove startup of selenium server from @before method
Browse files Browse the repository at this point in the history
  • Loading branch information
MatousJobanek committed Feb 7, 2017
1 parent 7a8daa4 commit b4a2496
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -28,7 +28,6 @@
import org.jboss.arquillian.core.spi.ServiceLoader;
import org.jboss.arquillian.drone.webdriver.binary.handler.SeleniumServerBinaryHandler;
import org.jboss.arquillian.drone.webdriver.binary.process.SeleniumServerExecutor;
import org.jboss.arquillian.drone.webdriver.binary.process.StartSeleniumServer;
import org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration;
import org.jboss.arquillian.drone.webdriver.factory.RemoteWebDriverFactory;
import org.jboss.arquillian.test.spi.event.suite.AfterSuite;
Expand Down Expand Up @@ -101,7 +100,6 @@ public void setupMocks() {
String browser = System.getProperty("browser");
String seleniumServerBinary =
new SeleniumServerBinaryHandler(new DesiredCapabilities()).downloadAndPrepare().toString();
fire(new StartSeleniumServer(seleniumServerBinary, browser, new DesiredCapabilities(), hubUrl));
} catch (Exception e) {
throw new IllegalStateException(e);
}
Expand Down

0 comments on commit b4a2496

Please sign in to comment.