L1
logistic
Receive an incoming order and mark items collected
e2e/tests/staging-validation/logistic-l1-receive-orders.spec.js
- Open the /to-collect pending incoming queue.
- Confirm access (skip if the user lacks canDoLogistic permission).
- Select the first pending item via its checkbox.
- Click "Mark collected" and confirm in the LogisticMarkCollectedModal.
- Reload /to-collect and check /to-deliver to confirm the item moved to COLLECTED/RECEIVED.
logistic picks an incoming order and marks items collected · L24