Skip to content

Commit

Permalink
fix some tests and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 11, 2017
1 parent 6b53524 commit dd92a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.28.2</version>
<version>2.28.3</version>

<name>htmlunit-driver</name>
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void confirmWithRedirect() throws Exception {

Thread.sleep(1000);

assertEquals("HtmlUnit – Welcome to HtmlUnit", driver.getTitle());
assertTrue(driver.getTitle(), driver.getTitle().contains("Welcome to HtmlUnit"));
}

@Test
Expand Down

0 comments on commit dd92a93

Please sign in to comment.