You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/09/29 22:20:16 UTC

svn commit: r1177419 - /tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy

Author: hlship
Date: Thu Sep 29 20:20:16 2011
New Revision: 1177419

URL: http://svn.apache.org/viewvc?rev=1177419&view=rev
Log:
Reorder part of PageCatalogTests now that the "load all pages" link is an Ajax request

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy

Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy?rev=1177419&r1=1177418&r2=1177419&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy Thu Sep 29 20:20:16 2011
@@ -13,10 +13,6 @@ class PageCatalogTests extends SeleniumT
 
         assertTitle "Tapestry Page Catalog"
 
-        clickAndWait "link=load all pages"
-
-        assertTitle "Tapestry Page Catalog"
-
         clickAndWait "link=clear the cache"
 
         assertTitle "Tapestry Page Catalog"
@@ -27,5 +23,6 @@ class PageCatalogTests extends SeleniumT
 
         assertTextPresent "Garbage collection freed"
 
+        click "link=load all pages"
     }
 }