Commit e79bf83b authored by Romain Courteaud's avatar Romain Courteaud

[erp5_trade_renderjs_ui_test] wip

parent 81a100ee
......@@ -25,9 +25,12 @@ delivery = module.newContent(
delivery.newContent(
portal_type='Sale Packing List Line',
resource_value=resource_value
resource_value=resource_value,
quantity=10
)
delivery.startBuilding()
# portal.portal_workflow.doActionFor(delivery, 'confirm_action')
# portal.portal_workflow.doActionFor(delivery, 'start_action')
return "Sale Packing List Created."
......@@ -77,7 +77,7 @@
</tr>
<tr>
<td>assertTextPresent</td>
<td>Create Response</td>
<td>Solve Divergences</td>
<td></td>
</tr>
</tal:block>
......
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