[test] test_account.js
This commit is contained in:
parent
7d868e41a6
commit
baabb07e00
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user