Skip to content

Commit

Permalink
Merge pull request #197 from plone/robotframework5
Browse files Browse the repository at this point in the history
Make compatible with robotframework 3-5.
  • Loading branch information
gforcada authored May 2, 2022
2 parents 224e994 + ef6b558 commit 12e057c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions news/5.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Make compatible with robotframework 3-5.
[maurits]
2 changes: 1 addition & 1 deletion plone/app/discussion/tests/robot/test_discussion.robot
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ I enable discussion on the document
Wait until page contains Settings
Click Link Settings
Wait until element is visible name=form.widgets.IAllowDiscussion.allow_discussion:list
Select From List name=form.widgets.IAllowDiscussion.allow_discussion:list True
Select From List By Value name=form.widgets.IAllowDiscussion.allow_discussion:list True
Click Button Save

I add a comment
Expand Down
2 changes: 1 addition & 1 deletion plone/app/discussion/tests/robot/test_moderation.robot
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ I enable discussion on the document
Wait until page contains Settings
Click Link Settings
Wait until element is visible name=form.widgets.IAllowDiscussion.allow_discussion:list
Select From List name=form.widgets.IAllowDiscussion.allow_discussion:list True
Select From List By Value name=form.widgets.IAllowDiscussion.allow_discussion:list True
Click Button Save

I add a comment
Expand Down

0 comments on commit 12e057c

Please sign in to comment.