From 31795ae40b94f7853033809efa99a5e001b9ea90 Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 16 Jan 2025 12:51:35 +0100 Subject: [PATCH] test: refs #8198 skip tests --- test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js index b7fd113074d..2f28d99b1d4 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('should refund the invoice ', () => { + it.skip('should refund the invoice ', () => { cy.typeSearchbar('T1111111{enter}'); cy.dataCy('descriptor-more-opts').click(); cy.get('.q-menu > .q-list > :nth-child(7)').click(); @@ -28,7 +28,7 @@ describe('InvoiceOut summary', () => { cy.checkNotification('The following refund ticket have been created 1000000'); }); - it('should delete an invoice ', () => { + it.skip('should delete an invoice ', () => { cy.typeSearchbar('T2222222{enter}'); cy.dataCy('descriptor-more-opts').click(); cy.get('.q-menu > .q-list > :nth-child(4)').click();