From e5f079121d2527057bceb2cdb434f82b0115ce22 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 4 Apr 2025 08:51:01 +0200 Subject: [PATCH] refactor: undo skip due to its fix in other PR --- 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 58307be05..63e828f55 100644 --- a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js +++ b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js @@ -37,7 +37,7 @@ describe('InvoiceOut summary', () => { }); }); - it.skip('should transfer the invoice ', () => { + it('should transfer the invoice ', () => { cy.typeSearchbar('T1111111{enter}'); cy.dataCy('descriptor-more-opts').click(); cy.get(selectMenuOption(1)).click();