Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Jun 20, 2024
1 parent 1a25a80 commit b531535
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ private void verifyInsideServletLocation(String pathAfterServletMapping) {
String expected = trimPathForClientRouter(
getRootURL() + "/view/" + pathAfterServletMapping);
String actual = trimPathForClientRouter(driver.getCurrentUrl());
System.out.println("========== Expected URL: " + expected
+ ", Current URL: " + actual);
return expected.equals(actual);
});
}
Expand Down

0 comments on commit b531535

Please sign in to comment.