Skip to content

Commit

Permalink
Remove temp
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Oct 27, 2023
1 parent e258cc3 commit c633955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cws-test/src/test/java/jpl/cws/test/WebTestUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ protected boolean findOnPage(String text) {
}

if (!found) {
log.info("TEMP: " + driver.getPageSource());
log.error("text '" + text + "' NOT FOUND on page");
Assert.fail("text '" + text + "' NOT FOUND on page");
}
Expand Down

0 comments on commit c633955

Please sign in to comment.