From 54de9b32e1c22ba3a15f4b55ba346d93bb0a8ad1 Mon Sep 17 00:00:00 2001 From: Katja Suess Date: Tue, 10 Dec 2019 16:15:43 +0100 Subject: [PATCH] Update test_moderation.robot --- plone/app/discussion/tests/robot/test_moderation.robot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plone/app/discussion/tests/robot/test_moderation.robot b/plone/app/discussion/tests/robot/test_moderation.robot index 0f442a6..cbdffdb 100644 --- a/plone/app/discussion/tests/robot/test_moderation.robot +++ b/plone/app/discussion/tests/robot/test_moderation.robot @@ -49,9 +49,11 @@ I add a comment and delete it Input Text id=form-widgets-comment-text This is a comment Click Button Comment Go To ${PLONE_URL}/@@moderate-comments?review_state=all + Wait until page contains element name=form.select.BulkAction Select from list by value xpath://select[@name='form.select.BulkAction'] delete Select Checkbox name=check_all Click Button Apply + Wait Until Page Does Not Contain This is a comment workflow multiple enabled Go To ${PLONE_URL}/@@content-controlpanel?type_id=Discussion%20Item&new_workflow=comment_multiple_state_review_workflow @@ -61,4 +63,5 @@ workflow multiple enabled I can not see the comment below the document Go To ${PLONE_URL}/my-document/view + Wait until page contains My Document Page should not contain This is a comment