[Testbot] Plone 5.0 - Python 2.7 - Build # 1414 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Mon Feb 10 15:10:23 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1414 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/1414/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.robotframework
Branch: refs/heads/master
Date: 2014-02-10T06:25:16-08:00
Author: tisto (tisto) <tisto at plone.org>
Commit: https://github.com/plone/plone.app.robotframework/commit/ec6142bee11b312f7ca512e7fea5db2111294017

Use 'Wait until page contains element' instead of 'Wait until keyword succeeds'.

Files changed:
M src/plone/app/robotframework/keywords.robot

diff --git a/src/plone/app/robotframework/keywords.robot b/src/plone/app/robotframework/keywords.robot
index 6e4f5d6..bc323ce 100644
--- a/src/plone/app/robotframework/keywords.robot
+++ b/src/plone/app/robotframework/keywords.robot
@@ -78,7 +78,8 @@ Click Overlay Link
 Click Overlay Button
     [Arguments]  ${element}
     Click Button  ${element}
-    Wait until keyword succeeds  10  1  Page Should Contain Element  css=.pb-ajax > div
+    Wait until page contains element  css=.pb-ajax > div
+    Page Should Contain Element  css=.pb-ajax > div
     Element Should Be Visible  css=.pb-ajax > div
 
 Should be above




-------------------------------------------------------------------------------


More information about the Testbot mailing list