Commit 02e920d6 authored by Roque Porchetto's avatar Roque Porchetto

scalaiblity_test: refactoring createSaleOrder test - test incomplete

parent f83fcad7
......@@ -211,7 +211,7 @@ def createSaleOrder(result, browser):
# Validate the Sale Order
browser.mainForm.submitSelectWorkflow(value='plan_action')
#result('Validate',
result('Cancel',
result('Validate',
browser.mainForm.submitDialogConfirm(sleep=(TMIN_SLEEP, TMAX_SLEEP)))
assert browser.getTransitionMessage() == 'Status changed.'
#assert browser.getTransitionMessage() == 'Status changed.'
# XXX Test case incomplete
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