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 4e50be935 Temporary change to a tapestry-beanvalidation 4e50be935 is described below commit 4e50be9354f2eaeeccc1151e024aedd989c1cccd Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Sun May 7 16:24:08 2023 -0300 Temporary change to a tapestry-beanvalidation --- .../integration/TapestryBeanValidationIntegrationTests.java | 1 + 1 file changed, 1 insertion(+) 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 bdd634522..f89eb9953 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,6 +110,7 @@ public class TapestryBeanValidationIntegrationTests extends SeleniumTestCase public void beaneditform_validation() throws Exception { 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.