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