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 <[email protected]> Authored: Mon Aug 26 06:33:33 2013 +0100 Committer: Howard M. Lewis Ship <[email protected]> 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()
