diff --git a/plone/app/discussion/tests/functional_test_comment_review_workflow.txt b/plone/app/discussion/tests/functional_test_comment_review_workflow.txt index 8ee2229..ce88ad0 100644 --- a/plone/app/discussion/tests/functional_test_comment_review_workflow.txt +++ b/plone/app/discussion/tests/functional_test_comment_review_workflow.txt @@ -163,9 +163,6 @@ flaw? Though, the comment is published properly. >>> browser.handleErrors = True >>> browser.raiseHttpErrors = False >>> browser.getControl('Approve', index=0).click() - Traceback (most recent call last): - ... - HTTPError: HTTP Error 404: Not Found >>> 'Comment approved' in browser.contents True @@ -195,9 +192,6 @@ flaw? Though, the comment is deleted properly. >>> browser.handleErrors = True >>> browser.raiseHttpErrors = False >>> browser.getControl('Delete', index=1).click() - Traceback (most recent call last): - ... - HTTPError: HTTP Error 404: Not Found >>> browser.handleErrors = False >>> browser.raiseHttpErrors = True @@ -211,4 +205,4 @@ Make sure the second comment has been deleted. >>> 'Second anonymous comment' in browser.contents False - \ No newline at end of file +