From ee9f9863ff6695d2dd9e493932c9ffa10e47b35f Mon Sep 17 00:00:00 2001 From: Ben Cornwell-Mott Date: Wed, 2 Aug 2017 06:28:01 -0700 Subject: [PATCH] MORE CODACY --- .../tests/test_request_for_quotation_for_status.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/buying/doctype/request_for_quotation/tests/test_request_for_quotation_for_status.js b/erpnext/buying/doctype/request_for_quotation/tests/test_request_for_quotation_for_status.js index c315f6b6ef..f831b4f42f 100644 --- a/erpnext/buying/doctype/request_for_quotation/tests/test_request_for_quotation_for_status.js +++ b/erpnext/buying/doctype/request_for_quotation/tests/test_request_for_quotation_for_status.js @@ -34,7 +34,7 @@ QUnit.test("Test: Request for Quotation", function (assert) { cur_frm.fields_dict.suppliers.grid.grid_rows[1].toggle_view(); }, () => frappe.timeout(1), - () => { + () => { cur_frm.fields_dict.suppliers.grid.grid_rows[1].doc.supplier = "_Test Supplier 1"; frappe.click_check('Send Email'); cur_frm.cur_grid.frm.script_manager.trigger('supplier'); @@ -84,9 +84,9 @@ QUnit.test("Test: Request for Quotation", function (assert) { cur_frm.fields_dict.suppliers.grid.grid_rows[0].toggle_view(); }, () => frappe.timeout(1), - () => { + () => { frappe.click_check('No Quote'); - }, + }, () => frappe.timeout(1), () => { cur_frm.cur_grid.toggle_view();