Skip to content

Commit

Permalink
fixup! [ADD] Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoParadeda committed May 31, 2024
1 parent 776cc31 commit ea1c8e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion l10n_br_delivery_nfe/tests/test_delivery_nfe.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,13 @@ def test_invoicing_picking_volume_with_package_lucro_presumido(self):

# Invoice
picking.set_to_be_invoiced()
self.picking_move_state(picking)
picking.action_confirm()
# Check product availability
picking.action_assign()
# Put in pack
picking.action_put_in_pack()
# Validate
picking.button_validate()

self.assertEqual(picking.state, "done")
wizard_obj = self.invoice_wizard.with_context(
Expand Down

0 comments on commit ea1c8e3

Please sign in to comment.