Repository: tapestry-5 Updated Branches: refs/heads/master 9f22a84a5 -> 143e81039
try to work around https://code.google.com/p/selenium/issues/detail?id=8390 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/143e8103 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/143e8103 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/143e8103 Branch: refs/heads/master Commit: 143e8103944ead6f64997ec262a964f37a34762a Parents: 9f22a84 Author: Jochen Kemnade <[email protected]> Authored: Thu Feb 19 10:00:19 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Thu Feb 19 10:00:19 2015 +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/143e8103/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 2757424..7cefdf5 100644 --- a/tapestry-webresources/src/test/groovy/t5/webresources/tests/WebResourcesSpec.groovy +++ b/tapestry-webresources/src/test/groovy/t5/webresources/tests/WebResourcesSpec.groovy @@ -57,6 +57,6 @@ class WebResourcesSpec extends GebReportingSpec { then: - $(".demo").jquery.css("background-color") == "rgb(179, 179, 255)" + $(".demo").css("background-color") == "rgba(179, 179, 255, 1)" } }
