Removed commented code
This commit is contained in:
parent
6c5f5b20cf
commit
a5c9fc3705
@ -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"]`),
|
||||
|
Loading…
x
Reference in New Issue
Block a user