fix: refs #6891 fix invoiceInVat test
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-05-14 13:00:03 +02:00
parent a095670ff1
commit 189c3e0218
1 changed files with 1 additions and 1 deletions

View File

@ -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', () => {