This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch better-page-invalidation
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/better-page-invalidation by 
this push:
     new 9ad571d7f Trying to fix 
TapestryBeanValidationIntegrationTests.client_validation()
9ad571d7f is described below

commit 9ad571d7fe2b2e584080967bfec06fbf97fce394
Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br>
AuthorDate: Thu May 4 21:31:02 2023 -0300

    Trying to fix TapestryBeanValidationIntegrationTests.client_validation()
---
 .../integration/TapestryBeanValidationIntegrationTests.java             | 2 ++
 1 file changed, 2 insertions(+)

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 6e945fcfd..bdd634522 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
@@ -143,6 +143,8 @@ public class TapestryBeanValidationIntegrationTests extends 
SeleniumTestCase
     {
         openLinks("Client Validation Demo");
 
+        Thread.sleep(2000); // For some reason, without this sleep, the submit 
button isn't found
+        
         //@NotNull
         click(SUBMIT);
 

Reply via email to