Skip to content

Commit

Permalink
Fix other test
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed May 27, 2019
1 parent a056a6f commit e19691c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void givenAViewWithTheFailureCauseColumnDisplayTheFirstFailureCauseAsTitl
WebClient webClient = j.createWebClient();
HtmlPage page = webClient.goTo("view/columnwithouttext");
assertNotNull("Couldn't find the failure cause image in columnwithouttext view",
page.getFirstByXPath("//img[@Title='Failure Builder']"));
page.getFirstByXPath("//img[@title='Failure Builder']"));
assertNull(page.getDocumentElement().getFirstByXPath("//*[.='Failure Builder']"));
}

Expand Down

0 comments on commit e19691c

Please sign in to comment.