Removed commented code

This commit is contained in:
Saurabh 2018-01-23 17:36:41 +05:30
parent 6c5f5b20cf
commit a5c9fc3705

View File

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