Update test_salary_structure.js

This commit is contained in:
Nabin Hait 2017-09-14 17:57:21 +05:30 committed by GitHub
parent 41146657de
commit 427172c941

View File

@ -46,7 +46,7 @@ QUnit.test("test Salary Structure", function(assert) {
{ payment_account: 'CASH - FT'},
]);
},
() => frappe.timeout(10),
() => frappe.timeout(12),
() => cur_dialog.set_value('value','Test Salary Structure'),
() => frappe.timeout(2),
() => frappe.click_button('Create'),
@ -78,4 +78,4 @@ QUnit.test("test Salary Structure", function(assert) {
() => frappe.timeout(16),
() => done()
]);
});
});