mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Fixed ui tests for production order
This commit is contained in:
@@ -59,8 +59,6 @@ QUnit.test("test: production order", function (assert) {
|
|||||||
// Confirm the production order timesheet, save and submit it
|
// Confirm the production order timesheet, save and submit it
|
||||||
() => frappe.click_link("TS-00"),
|
() => frappe.click_link("TS-00"),
|
||||||
() => frappe.timeout(1),
|
() => frappe.timeout(1),
|
||||||
() => frappe.click_button("Save"),
|
|
||||||
() => frappe.timeout(1),
|
|
||||||
() => frappe.click_button("Submit"),
|
() => frappe.click_button("Submit"),
|
||||||
() => frappe.timeout(1),
|
() => frappe.timeout(1),
|
||||||
() => frappe.click_button("Yes"),
|
() => frappe.click_button("Yes"),
|
||||||
|
|||||||
Reference in New Issue
Block a user