diff --git a/e2e/paths/ticket-module/07_edit_sale.spec.js b/e2e/paths/ticket-module/07_edit_sale.spec.js index 2eb031c48..e5072715b 100644 --- a/e2e/paths/ticket-module/07_edit_sale.spec.js +++ b/e2e/paths/ticket-module/07_edit_sale.spec.js @@ -533,7 +533,7 @@ describe('Ticket Edit sale path', () => { }).catch(done.fail); }); - // buged, somehow the update discount button doesn't seem to be present in the menu. + // #744 fix edit sale bug, boton MAS descuento // it('should update all sales discount', done => { // return nightmare // .waitToClick(selectors.ticketSales.selectAllSalesCheckbox)