Repository: tapestry-5
Updated Branches:
  refs/heads/master 2bfc3d7c2 -> cb3b34d4e


More test fixing.

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

Branch: refs/heads/master
Commit: cb3b34d4eb0a108746e5a293a804939a22d6ba6b
Parents: 2bfc3d7
Author: Thiago H. de Paula Figueiredo <[email protected]>
Authored: Sat Nov 24 17:11:58 2018 -0200
Committer: Thiago H. de Paula Figueiredo <[email protected]>
Committed: Sat Nov 24 17:11:58 2018 -0200

----------------------------------------------------------------------
 .../org/apache/tapestry5/integration/app1/AlertsTests.groovy   | 2 +-
 .../org/apache/tapestry5/integration/app1/TreeTests.groovy     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/cb3b34d4/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 de1df6c..3ebadcb 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
@@ -154,7 +154,7 @@ class AlertsTests extends App1TestCase {
 
         waitForAjaxRequestsToComplete()
 
-        waitForCSSSelectedElementToAppear "div.t-error"
+        waitForCssSelectorToAppear "div.t-error"
 
         assertText "css=div.t-error div.t-message-container", "ajax error 
single"
 

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/cb3b34d4/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/TreeTests.groovy
----------------------------------------------------------------------
diff --git 
a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/TreeTests.groovy
 
b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/TreeTests.groovy
index 78c9a8f..5301a60 100644
--- 
a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/TreeTests.groovy
+++ 
b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/TreeTests.groovy
@@ -52,7 +52,7 @@ class TreeTests extends App1TestCase {
         sleep 250
 
         // Since there's no simple way to build the CSS select we need.
-        // waitForCSSSelectedElementToAppear "li.leaf-node > span"
+        // waitForCssSelectorToAppear "li.leaf-node > span"
 
         assertTextPresent "Oscar", "Gromit", "Max", "Roger", "Cooper"
 
@@ -60,12 +60,12 @@ class TreeTests extends App1TestCase {
 
         click "css=[data-tree-node-selection-enabled] li.leaf-node > 
span.tree-label"
 
-        waitForCSSSelectedElementToAppear "span.selected-leaf-node"
+        waitForCssSelectorToAppear "span.selected-leaf-node"
 
         clickAndWait "link=Redraw"
 
         // Make sure it is still there after a redraw
 
-        waitForCSSSelectedElementToAppear "span.selected-leaf-node"
+        waitForCssSelectorToAppear "span.selected-leaf-node"
     }
 }

Reply via email to