Fix failing tests
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/5059ebb2 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/5059ebb2 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/5059ebb2 Branch: refs/heads/master Commit: 5059ebb2e2781765d48917a3148ea2674d6224a3 Parents: e3b423a Author: Howard M. Lewis Ship <[email protected]> Authored: Mon Aug 26 07:30:54 2013 +0100 Committer: Howard M. Lewis Ship <[email protected]> Committed: Mon Aug 26 07:30:54 2013 +0100 ---------------------------------------------------------------------- .../java/org/apache/tapestry5/integration/app1/FormTests.java | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/5059ebb2/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java ---------------------------------------------------------------------- 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 46b2d43..147b753 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 @@ -858,6 +858,9 @@ public class FormTests extends TapestryCoreTestCase assertTextPresent("Result: 10.14159"); type("name", "Betty"); + + waitForPageInitialized(); + clickAndWait("link=Barney"); assertText("name-value", "Betty");
