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

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


The following commit(s) were added to refs/heads/rest by this push:
     new a37343c  TAP5-2696: fixing MiscTests.static_activation_context_value
a37343c is described below

commit a37343ceb2f8f2647cd3eda31a5b8eeb138b940a
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Thu Dec 2 17:43:56 2021 -0300

    TAP5-2696: fixing MiscTests.static_activation_context_value
---
 .../groovy/org/apache/tapestry5/integration/app1/MiscTests.groovy   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/MiscTests.groovy
 
b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/MiscTests.groovy
index 8856ab1..08ae495 100644
--- 
a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/MiscTests.groovy
+++ 
b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/MiscTests.groovy
@@ -101,13 +101,13 @@ class MiscTests extends App1TestCase {
         openLinks "@StaticActivationContextValue Demo"
         assertText "state", "none"
         
-        click "completed"
+        clickAndWait "completed"
         assertText "state", "completed"
 
-        click "closed"
+        clickAndWait "closed"
         assertText "state", "closed"
 
-        click "reset"
+        clickAndWait "reset"
         assertText "state", "none"
         
     }

Reply via email to