Skip to content

Commit

Permalink
refactor: import class
Browse files Browse the repository at this point in the history
  • Loading branch information
swalchemist committed Oct 4, 2023
1 parent 50f52b0 commit 19e9ada
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ static public FaviconElement getDefaultIcon(WebDriver driver, String baseUrl) {
public FaviconElement(WebDriver driver) {
super(driver);
assertThat("Should be on the favicon image", driver.getCurrentUrl(), endsWith("/favicon.ico"));
assertThat(driver.getPageSource(), Matchers.containsString("Something went amiss."));
assertThat(driver.getPageSource(), containsString("Something went amiss."));
}
}

0 comments on commit 19e9ada

Please sign in to comment.