7489-testToMaster #408

Merged
alexm merged 292 commits from 7489-testToMaster into master 2024-05-28 05:33:17 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 189c3e0218 - Show all commits

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