-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
52 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
*** Keywords *** | ||
|
||
I enable discussion on the document | ||
Go To ${PLONE_URL}/my-document/edit | ||
Get Text body contains Settings | ||
Click .autotoc-nav >> "Settings" | ||
Select Options By id=formfield-form-widgets-IAllowDiscussion-allow_discussion >> select text Yes | ||
Click "Save" | ||
|
||
I add a comment | ||
Fill Text id=form-widgets-comment-text This is a comment | ||
Click css=button[name="form.buttons.comment"] | ||
|
||
I can see that the comment is gone | ||
Go To ${PLONE_URL}/my-document/view | ||
Get Element Count css=.comment-body == 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters