This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch feature/coffeescript-to-typescript in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/feature/coffeescript-to-typescript by this push: new cb768ecfb Another attempt to figure out Jenkins test failures cb768ecfb is described below commit cb768ecfb539750e62d8d3b0abd2ec7393003de6 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Tue Apr 22 15:18:51 2025 -0300 Another attempt to figure out Jenkins test failures --- .../src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java b/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java index d79310b4f..9853ca794 100644 --- a/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java +++ b/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java @@ -1707,6 +1707,7 @@ public abstract class SeleniumTestCase extends Assert implements Selenium catch (org.openqa.selenium.TimeoutException | NoSuchElementException e) { LOGGER.warn("Page content: {}", getHtmlSource()); + System.out.println("Page content: " + getHtmlSource()); throw e; } clickAndWait("link=" + text);