bemade_fsm: Added an assertion after integration tour.
This commit is contained in:
parent
90ba705eef
commit
9c8a5e2a63
1 changed files with 5 additions and 3 deletions
|
|
@ -55,3 +55,5 @@ class TestEquipmentTours(HttpCase, TestEquipmentCommon):
|
||||||
|
|
||||||
def test_equipment_sale_order_tour(self):
|
def test_equipment_sale_order_tour(self):
|
||||||
self.start_tour('/web', 'equipment_sale_order_tour', login=self.user.login)
|
self.start_tour('/web', 'equipment_sale_order_tour', login=self.user.login)
|
||||||
|
# Make sure the equipment added to the SO in the test tour was added to the partner
|
||||||
|
self.assertEqual(len(self.partner_company.equipment_ids), 2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue