forked from verdnatura/salix-front
fix(itemTax): refs #8277 update tax type from 'General VAT' to 'IVA General' for accuracy
This commit is contained in:
parent
200b1ab329
commit
23ceaf9c9b
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue