Re-enable two disabled Robot tests.

This commit is contained in:
Joni Orponen 2019-05-14 10:40:09 +02:00
parent 45fd2c51ce
commit c1518d87d1
1 changed files with 6 additions and 6 deletions

View File

@ -32,13 +32,13 @@ Add Comment to a Document
When I add a comment
Then I can see the comment below the document
#Reply to a comment on a Document
# Given a logged-in Site Administrator
# and a document with discussion enabled
Reply to a comment on a Document
Given a logged-in Site Administrator
and a document with discussion enabled
#Delete Comment from a Document
# Given a logged-in Site Administrator
# and a document with discussion enabled
Delete Comment from a Document
Given a logged-in Site Administrator
and a document with discussion enabled
*** Keywords ***