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 73e73090cd3fe94a0f8d0074a33037d8d0773052 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Sun Jun 8 16:21:10 2025 -0300 Revert "More test logging (attempt 2)" This reverts commit ab926c9fe606b157a693ed0548139a2d4336ef8b. --- .../integration/TapestryBeanValidationIntegrationTests.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 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 195061e09..109ca1b12 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 @@ -110,15 +110,14 @@ public class TapestryBeanValidationIntegrationTests extends SeleniumTestCase @Test public void beaneditform_validation() throws Exception { + openLinks("BeanEditForm Validation Demo"); + openLinks("BeanEditForm Validation Demo");// TODO: remove this + System.out.println("TTTTTTTTTTTTTTTTTTTTTTTt"); System.err.println("RRRRRRRRRRRRRRR"); - LoggerFactory.getLogger(SeleniumTestCase.class) + LoggerFactory.getLogger(TapestryBeanValidationIntegrationTests.class) .warn("LOGLOGLOGLOGLOGLOGLOGLOGLOGLOGLOGLOG"); - - openLinks("BeanEditForm Validation Demo"); - openLinks("BeanEditForm Validation Demo");// TODO: remove this - // 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.