mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
test fixed (#12094)
This commit is contained in:
@@ -30,7 +30,7 @@ QUnit.test("test: Payroll Entry", function (assert) {
|
|||||||
() => frappe.click_button('Submit'),
|
() => frappe.click_button('Submit'),
|
||||||
() => frappe.timeout(1),
|
() => frappe.timeout(1),
|
||||||
() => frappe.click_button('Yes'),
|
() => frappe.click_button('Yes'),
|
||||||
() => frappe.timeout(2),
|
() => frappe.timeout(5),
|
||||||
|
|
||||||
() => frappe.click_button('View Salary Slip'),
|
() => frappe.click_button('View Salary Slip'),
|
||||||
() => frappe.timeout(2),
|
() => frappe.timeout(2),
|
||||||
@@ -38,8 +38,8 @@ QUnit.test("test: Payroll Entry", function (assert) {
|
|||||||
|
|
||||||
() => frappe.set_route('Form', 'Payroll Entry', docname),
|
() => frappe.set_route('Form', 'Payroll Entry', docname),
|
||||||
() => frappe.timeout(2),
|
() => frappe.timeout(2),
|
||||||
() => frappe.click_button('Make'),
|
() => frappe.click_button('Submit Salary Slip'),
|
||||||
() => frappe.click_dropdown_item('Submit Salary Slip'),
|
() => frappe.click_button('Yes'),
|
||||||
() => frappe.timeout(5),
|
() => frappe.timeout(5),
|
||||||
|
|
||||||
() => frappe.click_button('Close'),
|
() => frappe.click_button('Close'),
|
||||||
|
|||||||
Reference in New Issue
Block a user