extended existing review workflow by stati 'rejected' and 'spam'
removed addional third workflow
This commit is contained in:
@@ -68,7 +68,7 @@ I add a comment and delete it
|
||||
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
|
||||
Go To ${PLONE_URL}/@@content-controlpanel?type_id=Discussion%20Item&new_workflow=comment_review_workflow
|
||||
Click Button Save
|
||||
|
||||
# Then
|
||||
|
||||
@@ -31,7 +31,7 @@ class ModerationBulkActionsViewTest(unittest.TestCase):
|
||||
self.context = self.portal
|
||||
self.portal.portal_workflow.setChainForPortalTypes(
|
||||
('Discussion Item',),
|
||||
'comment_multiple_state_review_workflow',
|
||||
'comment_review_workflow',
|
||||
)
|
||||
self.wf_tool = self.portal.portal_workflow
|
||||
# Add a conversation with three comments
|
||||
|
||||
Reference in New Issue
Block a user