Skip to content

Commit

Permalink
test: Use phantomjs to check implicit timeouts more realisticly
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Mar 8, 2015
1 parent 425cbdb commit 536bfdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class WhenMonitoringWebDriverTimeoutOptions extends Specification {

def "should record the driver implicit timeout when it is set"() {
given:
def driver = new WebDriverFacade(HtmlUnitDriver.class, webDriverFactory)
def driver = new WebDriverFacade(PhantomJSDriver.class, webDriverFactory)
when:
driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS)
then:
Expand Down

0 comments on commit 536bfdf

Please sign in to comment.