You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/06/10 18:21:42 UTC

svn commit: r545906 - /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java

Author: hlship
Date: Sun Jun 10 09:21:42 2007
New Revision: 545906

URL: http://svn.apache.org/viewvc?view=rev&rev=545906
Log:
TAPESTRY-1439: Convert Tutorial from Pages/PDF to new module using APT format

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java?view=diff&rev=545906&r1=545905&r2=545906
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java Sun Jun 10 09:21:42 2007
@@ -973,22 +973,27 @@
         clickAndWait("link=string");
         assertTextPresent("Tapestry 5 Integration Application 1");
         goBack();
+        waitForPageToLoad();
 
         clickAndWait("link=class");
         assertTextPresent("Tapestry 5 Integration Application 1");
         goBack();
+        waitForPageToLoad();
 
         clickAndWait("link=page");
         assertTextPresent("Tapestry 5 Integration Application 1");
         goBack();
+        waitForPageToLoad();
 
         clickAndWait("link=link");
         assertTextPresent("Tapestry 5 Integration Application 1");
         goBack();
+        waitForPageToLoad();
 
         clickAndWait("link=stream");
         assertTextPresent("Success!");
         goBack();
+        waitForPageToLoad();
 
         clickAndWait("link=bad");
         assertTextPresent(