diff --git a/frappe/custom/doctype/customize_form/test_customize_form.js b/frappe/custom/doctype/customize_form/test_customize_form.js index fd2c3bf4d5..cac3cc15e6 100644 --- a/frappe/custom/doctype/customize_form/test_customize_form.js +++ b/frappe/custom/doctype/customize_form/test_customize_form.js @@ -7,8 +7,8 @@ QUnit.test("test customize form", function(assert) { let done = assert.async(); frappe.run_serially([ () => frappe.set_route('Form', 'Customize Form'), + () => frappe.timeout(2), () => cur_frm.set_value('doc_type', 'ToDo'), - () => frappe.timeout(2), () => assert.equal(cur_frm.doc.fields[1].fieldname, 'status', "Status Field"),