[UI Tests] All sales order test in tests folders (#10211)

* [new] Sales order with_discount, multi_uom, delivery_date added

* [fix] All sales order test in tests folder
This commit is contained in:
Vishal Dhayagude
2017-08-01 17:16:21 +05:30
committed by Makarand Bauskar
parent 564e8b74dc
commit 316477b422
5 changed files with 138 additions and 1 deletions

View File

@@ -8,7 +8,10 @@ erpnext/crm/doctype/opportunity/test_opportunity.js
erpnext/selling/doctype/quotation/test_quotation.js
erpnext/setup/doctype/company/tests/test_company_production.js
erpnext/crm/doctype/item/test_item.js
erpnext/selling/doctype/sales_order/test_sales_order.js
erpnext/selling/doctype/sales_order/tests/test_sales_order.js
erpnext/selling/doctype/sales_order/tests/test_sales_order_with_multiple_delivery_date.js
erpnext/selling/doctype/sales_order/tests/test_sales_order_with_item_wise_discount.js
erpnext/selling/doctype/sales_order/tests/test_sales_order_with_multi_uom.js
erpnext/manufacturing/doctype/workstation/test_workstation.js
erpnext/manufacturing/doctype/operation/test_operation.js
erpnext/manufacturing/doctype/bom/test_bom.js