Commit 4aa76869 authored by Ayush Tiwari's avatar Ayush Tiwari

testERP5Core: Add catalog_tool in manager portal_actions tests

Catalog Tool has been added as a portal_action, so update in tests
was needed:
ba2b3566
parent e9e817e3
......@@ -230,6 +230,8 @@ class TestERP5Core(ERP5TypeTestCase, ZopeTestCase.Functional):
'id': 'types_tool'},
{'id': 'property_sheet_tool',
'title': 'Configure Property Sheets'},
{'id': 'catalog_tool',
'title': 'Configure Portal Catalog'},
{'id': 'portal_alarms_action',
'title': 'Configure Alarms'},
{'title': 'Undo', 'id': 'undo'}],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment