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
commit 42c553b56cc192ecd50c56205fb5c4cd5139a545 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Sun Jun 8 16:22:10 2025 -0300 Revert "Changing logging to stdout" This reverts commit a952e27392e138b8648ceb9b5c15c48f0c385ea0. --- .../integration/TapestryBeanValidationIntegrationTests.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java b/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java index a3587cc50..962dae35f 100644 --- a/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java +++ b/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java @@ -113,8 +113,9 @@ public class TapestryBeanValidationIntegrationTests extends SeleniumTestCase openLinks("BeanEditForm Validation Demo"); openLinks("BeanEditForm Validation Demo");// TODO: remove this - System.out.println("TTTTTTTTTTTTTTTTTTTTTTTt"); - + LoggerFactory.getLogger(TapestryBeanValidationIntegrationTests.class) + .warn("I'm here!!!"); + // Ugly hack to fix the "Unable to locate element: //input[@type='submit']" error. // I have no idea why it's failing here but not in other tests and pages. // I have no idea why it's falling to begin with.