Commit bfbdf85a authored by Jérome Perrin's avatar Jérome Perrin

ui_test_core: fix ERP5Zuite syntax error

parent 69d9157f
......@@ -13,7 +13,7 @@ def waitForActivities(self, delay=100, count=None):
activity_tool = self.getPortalObject().portal_activities
assert not (
activity_tool.isSubscribed()
and getCurrentNode() in activity_tool.getProcessingNodeList()),
and getCurrentNode() in activity_tool.getProcessingNodeList()), \
'still subscribed to activities'
if count is not None: # BBB
......
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