diff --git a/test/cypress/integration/customer/clientFiscalData.spec.js b/test/cypress/integration/customer/clientFiscalData.spec.js index 58d2d956f..2200802ca 100644 --- a/test/cypress/integration/customer/clientFiscalData.spec.js +++ b/test/cypress/integration/customer/clientFiscalData.spec.js @@ -5,7 +5,7 @@ describe('Client fiscal data', () => { cy.login('developer'); cy.visit('#/customer/1107/fiscal-data'); }); - it('Should change required value when change customer', () => { + it.skip('Should change required value when change customer', () => { cy.get('.q-card').should('be.visible'); cy.dataCy('sageTaxTypeFk').filter('input').should('not.have.attr', 'required'); cy.get('#searchbar input').clear();