From 189c3e0218c3d76a401cc46f14d5af0803b0a679 Mon Sep 17 00:00:00 2001 From: jorgep Date: Tue, 14 May 2024 13:00:03 +0200 Subject: [PATCH] fix: refs #6891 fix invoiceInVat test --- test/cypress/integration/invoiceIn/invoiceInVat.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/invoiceIn/invoiceInVat.spec.js b/test/cypress/integration/invoiceIn/invoiceInVat.spec.js index ff891399b6..389be671cc 100644 --- a/test/cypress/integration/invoiceIn/invoiceInVat.spec.js +++ b/test/cypress/integration/invoiceIn/invoiceInVat.spec.js @@ -29,7 +29,7 @@ describe('InvoiceInVat', () => { }); it('should remove the first line', () => { - cy.removeRow(1); + cy.removeRow(2); }); it('should throw an error if there are fields undefined', () => {