Commit 20301855 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_crm/testSlapOSCRMSkins: Wait indexation before check for indexed related follow up

parent d63a2cff
......@@ -3110,6 +3110,7 @@ class TestSupportRequestTrySendNotificationMessage(SlapOSTestCaseMixin):
)
self.assertNotEqual(first_event, None)
self.tic()
self.assertEqual(
support_request.getFollowUpRelatedList(),
[first_event.getRelativeUrl()])
......@@ -3162,6 +3163,7 @@ class TestSupportRequestTrySendNotificationMessage(SlapOSTestCaseMixin):
self.assertNotEqual(another_first_event, None)
self.tic()
self.assertEqual(
another_support_request.getFollowUpRelatedList(),
[another_first_event.getRelativeUrl()])
......
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