From b5ae3a19012f1b74f3356ea5afe3833377f6b9b7 Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 16 Jan 2025 16:27:18 +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 2f28d99b1..557a14106 100644 --- a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js +++ b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js @@ -28,7 +28,7 @@ describe('InvoiceOut summary', () => { cy.checkNotification('The following refund ticket have been created 1000000'); }); - it.skip('should delete an invoice ', () => { + it('should delete an invoice ', () => { cy.typeSearchbar('T2222222{enter}'); cy.dataCy('descriptor-more-opts').click(); cy.get('.q-menu > .q-list > :nth-child(4)').click();