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 ab926c9fe More test logging (attempt 2)
ab926c9fe is described below
commit ab926c9fe606b157a693ed0548139a2d4336ef8b
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Sat Jun 7 11:01:03 2025 -0300
More test logging (attempt 2)
---
.../integration/TapestryBeanValidationIntegrationTests.java | 9 +++++----
1 file changed, 5 insertions(+), 4 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 109ca1b12..195061e09 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,14 +110,15 @@ 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(TapestryBeanValidationIntegrationTests.class)
+ LoggerFactory.getLogger(SeleniumTestCase.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.