You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2020/12/07 02:24:34 UTC

[tapestry-5] branch master updated: Trying to fix test that only fails on Jenkins

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 781f0e8  Trying to fix test that only fails on Jenkins
781f0e8 is described below

commit 781f0e88952272ac35f0d17851d492610245b2a7
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sun Dec 6 23:24:15 2020 -0300

    Trying to fix test that only fails on Jenkins
---
 .../app6/JpaIntegrationTestWithAnnotationsInServiceImplementation.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tapestry-jpa/src/test/java/org/apache/tapestry5/jpa/integration/app6/JpaIntegrationTestWithAnnotationsInServiceImplementation.java b/tapestry-jpa/src/test/java/org/apache/tapestry5/jpa/integration/app6/JpaIntegrationTestWithAnnotationsInServiceImplementation.java
index 7d425a7..a806c81 100644
--- a/tapestry-jpa/src/test/java/org/apache/tapestry5/jpa/integration/app6/JpaIntegrationTestWithAnnotationsInServiceImplementation.java
+++ b/tapestry-jpa/src/test/java/org/apache/tapestry5/jpa/integration/app6/JpaIntegrationTestWithAnnotationsInServiceImplementation.java
@@ -98,6 +98,7 @@ public class JpaIntegrationTestWithAnnotationsInServiceImplementation extends Se
 
         // transient objects cannot be persisted
         clickAndWait("link=set to transient");
+        waitForCssSelectorToAppear(".panel-danger");
         assertTextPresent("Failed persisting the entity.");
     }