[test] test_account.js

This commit is contained in:
Rushabh Mehta 2017-09-01 12:12:39 +05:30
parent 7d868e41a6
commit baabb07e00

View File

@ -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),