[test] test_customize_form.js
This commit is contained in:
parent
327c2660d0
commit
8fdc823e7e
1 changed files with 2 additions and 2 deletions
|
|
@ -7,9 +7,9 @@ QUnit.test("test customize form", function(assert) {
|
|||
let done = assert.async();
|
||||
frappe.run_serially([
|
||||
() => frappe.set_route('Form', 'Customize Form'),
|
||||
() => frappe.timeout(3),
|
||||
() => frappe.timeout(5),
|
||||
() => cur_frm.set_value('doc_type', 'ToDo'),
|
||||
() => frappe.timeout(3),
|
||||
() => frappe.timeout(2),
|
||||
|
||||
() => assert.equal(cur_frm.doc.fields[1].fieldname, 'status',
|
||||
'check if second field is "status"'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue