Skip to content

Commit

Permalink
Removed Implicit Wait (again)
Browse files Browse the repository at this point in the history
- Firefox crashing does not (directly) correspond with the removed
Impicit Wait
  • Loading branch information
helkv committed Mar 11, 2019
1 parent 85f1471 commit ff725b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/base/SeleniumTestSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ 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 ff725b1

Please sign in to comment.