소스 검색

[test] test_customize_form.js

version-14
Rushabh Mehta 8 년 전
부모
커밋
44a0cc0940
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/custom/doctype/customize_form/test_customize_form.js

+ 1
- 1
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"),


불러오는 중...
취소
저장