0
0
Fork 0

fix(itemTax): refs #8277 update tax type from 'General VAT' to 'IVA General' for accuracy

This commit is contained in:
Jorge Penadés 2025-04-17 18:10:46 +02:00
parent 200b1ab329
commit 23ceaf9c9b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ describe('Item tax', () => {
});
it('should modify the tax for Spain', () => {
cy.dataCy('Class_select').eq(1).type('General VAT{enter}');
cy.dataCy('Class_select').eq(1).type('IVA General{enter}');
cy.dataCy('crudModelDefaultSaveBtn').click();
cy.checkNotification('Data saved');
});