Commit ef0afb71 authored by Leonardo Rochael Almeida's avatar Leonardo Rochael Almeida Committed by Sebastien Robin

Add missing a super().afterSetup() to ERP5 functional suite

parent b3921af6
......@@ -343,6 +343,7 @@ class ERP5TypeFunctionalTestCase(ERP5TypeTestCase):
return "Zelenium"
def afterSetUp(self):
super(ERP5TypeFunctionalTestCase, self).afterSetUp()
# create browser_id_manager
if not "browser_id_manager" in self.portal.objectIds():
self.portal.manage_addProduct['Sessions'].constructBrowserIdManager()
......
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