Fix a number of tests
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/6ef63865 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/6ef63865 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/6ef63865 Branch: refs/heads/master Commit: 6ef638659368dd2c0920a2f770953d0ed69eb6fe Parents: b325953 Author: Howard M. Lewis Ship <[email protected]> Authored: Fri Aug 23 15:09:58 2013 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Fri Aug 23 15:09:58 2013 -0700 ---------------------------------------------------------------------- .../org/apache/tapestry5/integration/app1/AlertsTests.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6ef63865/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/AlertsTests.groovy ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/AlertsTests.groovy b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/AlertsTests.groovy index 87f4c3c..c35055b 100644 --- a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/AlertsTests.groovy +++ b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/AlertsTests.groovy @@ -100,7 +100,7 @@ class AlertsTests extends TapestryCoreTestCase { assertTextPresent "ajax error until" - click "css=$CONTAINER .btn.btn-mini" + click "css=$CONTAINER [data-action='dismiss-all']" // Check that the alert container is now empty
