From 0361958b47c47ef94819d0fec2ca67b99a5cc103 Mon Sep 17 00:00:00 2001 From: jorgep Date: Tue, 25 Mar 2025 09:37:46 +0100 Subject: [PATCH] test: refs #8388 remove exclusive focus from Invoice creation test --- test/cypress/integration/invoiceIn/invoiceInList.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/invoiceIn/invoiceInList.spec.js b/test/cypress/integration/invoiceIn/invoiceInList.spec.js index 3338684d66e..d0d87d9f060 100644 --- a/test/cypress/integration/invoiceIn/invoiceInList.spec.js +++ b/test/cypress/integration/invoiceIn/invoiceInList.spec.js @@ -36,7 +36,7 @@ describe('InvoiceInList', () => { cy.get(summaryHeaders).eq(4).contains('Vat'); }); - it.only('should create a new Invoice', () => { + it('should create a new Invoice', () => { cy.dataCy('vnTableCreateBtn').click(); cy.fillInForm({ ...mock }, { attr: 'data-cy' }); cy.dataCy('FormModelPopup_save').click();