mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 09:35:03 +00:00
Removed commented code
This commit is contained in:
@@ -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"]`),
|
||||
|
||||
Reference in New Issue
Block a user