Fixed ui tests for production order

This commit is contained in:
Nabin Hait 2017-09-29 16:38:17 +05:30
parent 912ae24ca2
commit 6488645d42

View File

@ -59,8 +59,6 @@ QUnit.test("test: production order", function (assert) {
// Confirm the production order timesheet, save and submit it
() => frappe.click_link("TS-00"),
() => frappe.timeout(1),
() => frappe.click_button("Save"),
() => frappe.timeout(1),
() => frappe.click_button("Submit"),
() => frappe.timeout(1),
() => frappe.click_button("Yes"),