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 edb602751 Trying to figure out Jenkins test failures edb602751 is described below commit edb6027513409fdeb89370663d1e1f6008eed0a3 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Tue Apr 22 14:58:23 2025 -0300 Trying to figure out Jenkins test failures --- .../src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fe47d3049..d79310b4f 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 @@ -1704,7 +1704,7 @@ public abstract class SeleniumTestCase extends Assert implements Selenium { waitForCondition(ExpectedConditions.presenceOfElementLocated(By.linkText(text)), 3); } - catch (org.openqa.selenium.TimeoutException e) + catch (org.openqa.selenium.TimeoutException | NoSuchElementException e) { LOGGER.warn("Page content: {}", getHtmlSource()); throw e;