Skip to content

Commit 2658ae1

Browse files
committed
Change assertion (wdm homepage title) in browser tests
1 parent 6466608 commit 2658ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/github/bonigarcia/wdm/test/base/BrowserTestParent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void test() {
4646
driver.manage().timeouts().implicitlyWait(30, SECONDS);
4747
driver.get("https://github.com/bonigarcia/webdrivermanager");
4848
assertThat(driver.getTitle(), containsString(
49-
"Automatic management of Selenium WebDriver binaries"));
49+
"Automated driver management for Selenium WebDriver"));
5050
}
5151

5252
}

0 commit comments

Comments
 (0)