ソースを参照

[test] test_customize_form.js

version-14
Rushabh Mehta 8年前
コミット
8fdc823e7e
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      frappe/custom/doctype/customize_form/test_customize_form.js

+ 2
- 2
frappe/custom/doctype/customize_form/test_customize_form.js ファイルの表示

@@ -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"'),


読み込み中…
キャンセル
保存