Skip to content

Commit

Permalink
Use 'Wait until page contains element' instead of 'Wait until keyword…
Browse files Browse the repository at this point in the history
… succeeds'.
  • Loading branch information
tisto committed Feb 10, 2014
1 parent 04055a9 commit ec6142b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plone/app/robotframework/keywords.robot
Expand Up @@ -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
Expand Down

1 comment on commit ec6142b

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS PASSED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=8c73678903f1483ea80b2e122c3dd73a
plone-5.0-python-2.7 [SUCCESS]

Please sign in to comment.