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 2013/08/26 08:57:53 UTC

[19/21] git commit: Get the webresources tests running

Get the webresources tests running


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/e3b423ac
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/e3b423ac
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/e3b423ac

Branch: refs/heads/master
Commit: e3b423ac0bb1a4fc9b6560a6fa661570883096db
Parents: 6e42b37
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Aug 26 06:33:33 2013 +0100
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Aug 26 06:33:33 2013 +0100

----------------------------------------------------------------------
 .../src/test/groovy/t5/webresources/tests/WebResourcesSpec.groovy  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e3b423ac/tapestry-webresources/src/test/groovy/t5/webresources/tests/WebResourcesSpec.groovy
----------------------------------------------------------------------
diff --git a/tapestry-webresources/src/test/groovy/t5/webresources/tests/WebResourcesSpec.groovy b/tapestry-webresources/src/test/groovy/t5/webresources/tests/WebResourcesSpec.groovy
index 1a6a1d2..62f6338 100644
--- a/tapestry-webresources/src/test/groovy/t5/webresources/tests/WebResourcesSpec.groovy
+++ b/tapestry-webresources/src/test/groovy/t5/webresources/tests/WebResourcesSpec.groovy
@@ -46,7 +46,7 @@ class WebResourcesSpec extends GebReportingSpec {
         // Because the CoffeeScript may already be pre-compiled, it can outrace the Less compilation.
         // For some reason, the navbar is invisible (at least to Selenium) until the CSS loads.
 
-        waitFor { $(".navbar .dropdown-toggle").visible() }
+        // waitFor { $(".navbar .dropdown-toggle").visible() }
 
         $(".navbar .dropdown-toggle").click()