Commit e180e78e authored by Romain Courteaud's avatar Romain Courteaud

Mail message are now sent by alarm.

parent 6bcb0fc4
...@@ -743,6 +743,10 @@ class TestSlapOSDefaultScenario(TestSlapOSSecurityMixin): ...@@ -743,6 +743,10 @@ class TestSlapOSDefaultScenario(TestSlapOSSecurityMixin):
self.stepCallSlaposManageBuildingCalculatingDeliveryAlarm() self.stepCallSlaposManageBuildingCalculatingDeliveryAlarm()
self.tic() self.tic()
# trigger the CRM interaction
self.stepCallSlaposCrmCreateRegularisationRequestAlarm()
self.tic()
# check final document state # check final document state
for person_reference in (owner_reference, friend_reference, for person_reference in (owner_reference, friend_reference,
public_reference): public_reference):
......
164 165
\ No newline at end of file \ No newline at end of file
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