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