Commit f83fcad7 authored by Roque Porchetto's avatar Roque Porchetto

scalaiblity_test: refactoring createSaleOrder test

parent 1c165017
...@@ -207,7 +207,7 @@ def createSaleOrder(result, browser): ...@@ -207,7 +207,7 @@ def createSaleOrder(result, browser):
# addOrderLine(browser, my_title, result) # addOrderLine(browser, my_title, result)
addOrderLine(browser, my_title, result) addOrderLine(browser, my_title, result)
browser.open(my_order_sale_url) browser.open(sale_order_url)
# Validate the Sale Order # Validate the Sale Order
browser.mainForm.submitSelectWorkflow(value='plan_action') browser.mainForm.submitSelectWorkflow(value='plan_action')
......
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