[test] test_account.js

This commit is contained in:
Rushabh Mehta 2017-09-01 11:45:51 +05:30
parent a9c9b69c22
commit 7d868e41a6

View File

@ -5,6 +5,7 @@ QUnit.test("test account", function(assert) {
let done = assert.async();
frappe.run_serially([
() => frappe.set_route('Tree', 'Account'),
() => frappe.timeout(1),
() => frappe.click_button('Expand All'),
() => frappe.click_link('Debtors'),
() => frappe.click_button('Edit'),