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/11/21 11:28:18 UTC

[tapestry-5] branch java9modules updated: Fixing failing test FormTests.create_select_model_coercion

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

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


The following commit(s) were added to refs/heads/java9modules by this push:
     new 69107c1  Fixing failing test FormTests.create_select_model_coercion
69107c1 is described below

commit 69107c1b92c7698dc9c448722b3d1cc989f1b51e
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sat Nov 21 08:28:03 2020 -0300

    Fixing failing test FormTests.create_select_model_coercion
---
 .../src/test/java/org/apache/tapestry5/integration/app1/FormTests.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
index ad7a3f6..a6d53bd 100644
--- a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
+++ b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
@@ -1100,6 +1100,8 @@ public class FormTests extends App1TestCase
     {
         openLinks("SelectModel coercion");
 
+        waitForElementToAppear("track");
+        
         select("track", "label=The Calling");
 
         clickAndWait(SUBMIT);