From a5c9fc3705ec5cd70c1934b8b6e027e07d405b78 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Tue, 23 Jan 2018 17:36:41 +0530 Subject: [PATCH] Removed commented code --- erpnext/selling/page/point_of_sale/tests/test_point_of_sale.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/erpnext/selling/page/point_of_sale/tests/test_point_of_sale.js b/erpnext/selling/page/point_of_sale/tests/test_point_of_sale.js index 52722206c5..79d1700b4e 100644 --- a/erpnext/selling/page/point_of_sale/tests/test_point_of_sale.js +++ b/erpnext/selling/page/point_of_sale/tests/test_point_of_sale.js @@ -13,9 +13,6 @@ QUnit.test("test:Point of Sales", function(assert) { () => frappe.timeout(0.2), () => frappe.click_element(`.cart-items [data-item-code="Test Product 2"]`), () => frappe.timeout(0.2), - // () => frappe.click_element(`.btn-secondary`), - // () => frappe.timeout(0.4), - // () => assert.ok(!cur_frm.doc.__islocal, "Sales invoice saved"), () => frappe.click_element(`.number-pad [data-value="Rate"]`), () => frappe.timeout(0.2), () => frappe.click_element(`.number-pad [data-value="2"]`),