You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2013/06/04 20:59:20 UTC

[3/4] git commit: Update for change to where the page loaded attribute is placed

Update for change to where the page loaded attribute is placed


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

Branch: refs/heads/master
Commit: 37adb4e3235639e8e5b74de3d9b3cd117b75d35d
Parents: 0553f5e
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Jun 4 11:57:45 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Jun 4 11:57:45 2013 -0700

----------------------------------------------------------------------
 .../apache/tapestry5/test/SeleniumTestCase.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/37adb4e3/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java
----------------------------------------------------------------------
diff --git a/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java b/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java
index faedbcd..bdc88d4 100644
--- a/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java
+++ b/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java
@@ -1511,7 +1511,7 @@ public abstract class SeleniumTestCase extends Assert implements Selenium
     {
         for (int i = 0; i < 10; i++)
         {
-            if (isElementPresent("css=html[data-page-initialized]"))
+            if (isElementPresent("css=body[data-page-initialized]"))
             {
                 return;
             }