Skip to content

Commit

Permalink
remove sysout
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 10, 2025
1 parent 932df0f commit 0d91175
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public void randomUUID() throws Exception {
final WebDriver driver = loadPage2(html);
final String title = driver.getTitle();

System.out.println(title);
assertTrue(title, title.matches(getExpectedAlerts()[0]));
}

Expand Down

0 comments on commit 0d91175

Please sign in to comment.