From fb530d8408c18172c325798994bf9521451d3829 Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 16 Jan 2025 16:29:28 +0100 Subject: [PATCH] chore: refs #8198 rollback --- test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js index 557a14106..b7fd11307 100644 --- a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js +++ b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js @@ -20,7 +20,7 @@ describe('InvoiceOut summary', () => { cy.checkNotification('The invoice PDF document has been regenerated'); }); - it.skip('should refund the invoice ', () => { + it('should refund the invoice ', () => { cy.typeSearchbar('T1111111{enter}'); cy.dataCy('descriptor-more-opts').click(); cy.get('.q-menu > .q-list > :nth-child(7)').click();