Minor fix for ui tests

This commit is contained in:
Nabin Hait 2017-09-15 19:35:12 +05:30
parent 46941e8b35
commit 628ca2a2ec

View File

@ -15,9 +15,9 @@ QUnit.test("Test: Loan Type [HR]", function (assert) {
'This is just a test.'} 'This is just a test.'}
]); ]);
}, },
() => frappe.timeout(3), () => frappe.timeout(7),
() => frappe.set_route('List','Loan Type','List'), () => frappe.set_route('List','Loan Type','List'),
() => frappe.timeout(2), () => frappe.timeout(4),
// Checking if the fields are correctly set // Checking if the fields are correctly set
() => { () => {