mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
[test] test_account.js
This commit is contained in:
@@ -5,8 +5,9 @@ QUnit.test("test account", function(assert) {
|
|||||||
let done = assert.async();
|
let done = assert.async();
|
||||||
frappe.run_serially([
|
frappe.run_serially([
|
||||||
() => frappe.set_route('Tree', 'Account'),
|
() => frappe.set_route('Tree', 'Account'),
|
||||||
() => frappe.timeout(1),
|
() => frappe.timeout(2),
|
||||||
() => frappe.click_button('Expand All'),
|
() => frappe.click_button('Expand All'),
|
||||||
|
() => frappe.timeout(1),
|
||||||
() => frappe.click_link('Debtors'),
|
() => frappe.click_link('Debtors'),
|
||||||
() => frappe.click_button('Edit'),
|
() => frappe.click_button('Edit'),
|
||||||
() => frappe.timeout(1),
|
() => frappe.timeout(1),
|
||||||
|
|||||||
Reference in New Issue
Block a user