Commit 225a6eb2 authored by Łukasz Nowak's avatar Łukasz Nowak

Add more steps.

parent 03668e24
...@@ -607,6 +607,18 @@ class TestSlapOSDefaultScenario(TestSlapOSSecurityMixin): ...@@ -607,6 +607,18 @@ class TestSlapOSDefaultScenario(TestSlapOSSecurityMixin):
self.stepCallSlaposManageBuildingCalculatingDeliveryAlarm() self.stepCallSlaposManageBuildingCalculatingDeliveryAlarm()
self.tic() self.tic()
# update invoices with their tax & discount
self.stepCallSlaposTriggerBuildAlarm()
self.tic()
self.stepCallSlaposManageBuildingCalculatingDeliveryAlarm()
self.tic()
# update invoices with their tax & discount transaction lines
self.stepCallSlaposTriggerBuildAlarm()
self.tic()
self.stepCallSlaposManageBuildingCalculatingDeliveryAlarm()
self.tic()
# deliver the invoices and solve them again # deliver the invoices and solve them again
self.stepCallSlaposDeliverConfirmedSaleInvoiceTransactionAlarm() self.stepCallSlaposDeliverConfirmedSaleInvoiceTransactionAlarm()
self.tic() self.tic()
......
101 102
\ 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