Skip to content

Commit

Permalink
Added Implicite Wait again
Browse files Browse the repository at this point in the history
- Temporarily added the implicite wait (Seleniums implicitlyWait())
-> Remove the implicitlyWait again, as soon as Bug - Firefox crashing on
Jenkins (NoSuchSessionException) - is fixed
  • Loading branch information
helkv committed Mar 7, 2019
1 parent d14a292 commit edc0fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/base/SeleniumTestSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ private void setDriver(String browserType) {
log4j.info("Window maximised.");

driver.manage().timeouts().pageLoadTimeout(10, TimeUnit.SECONDS);
//TODO: Remove implicitlyWait again, as soon as Bug - Firefox crashing on Jenkins (NoSuchSessionException) - is fixed
driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
}

private WebDriver initFirefoxDriver() {
Expand Down

0 comments on commit edc0fb6

Please sign in to comment.