Minor fix for ui tests
This commit is contained in:
parent
46941e8b35
commit
628ca2a2ec
@ -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
|
||||||
() => {
|
() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user