changeset 724246520921 in modules/stock_lot_unit:default
details: 
https://hg.tryton.org/modules/stock_lot_unit?cmd=changeset;node=724246520921
description:
        Add picked step to customer shipment workflow

        issue9634
        review329071002
diffstat:

 tests/scenario_stock_lot_unit.rst |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 2a4e5345a4f9 -r 724246520921 tests/scenario_stock_lot_unit.rst
--- a/tests/scenario_stock_lot_unit.rst Thu Jul 09 10:21:07 2020 +0100
+++ b/tests/scenario_stock_lot_unit.rst Mon Oct 12 23:19:54 2020 +0200
@@ -102,6 +102,7 @@
     >>> shipment.click('wait')
     >>> shipment.click('assign_try')
     True
+    >>> shipment.click('pick')
     >>> shipment.click('pack')
     >>> shipment.click('done')
 
@@ -129,7 +130,7 @@
     >>> shipment.click('wait')
     >>> shipment.click('assign_try')
     True
-    >>> shipment.click('pack')  # doctest: +IGNORE_EXCEPTION_DETAIL
+    >>> shipment.click('pick')  # doctest: +IGNORE_EXCEPTION_DETAIL
     Traceback (most recent call last):
         ...
     LotUnitQuantityError: ...
@@ -152,7 +153,7 @@
     >>> shipment.click('wait')
     >>> shipment.click('assign_try')
     True
-    >>> shipment.click('pack')  # doctest: +IGNORE_EXCEPTION_DETAIL
+    >>> shipment.click('pick')  # doctest: +IGNORE_EXCEPTION_DETAIL
     Traceback (most recent call last):
         ...
     LotUnitQuantityError: ...

Reply via email to