mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 09:35:03 +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();
|
||||
frappe.run_serially([
|
||||
() => frappe.set_route('Tree', 'Account'),
|
||||
() => frappe.timeout(1),
|
||||
() => frappe.timeout(2),
|
||||
() => frappe.click_button('Expand All'),
|
||||
() => frappe.timeout(1),
|
||||
() => frappe.click_link('Debtors'),
|
||||
() => frappe.click_button('Edit'),
|
||||
() => frappe.timeout(1),
|
||||
|
||||
Reference in New Issue
Block a user