Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 8388-fineTunningInvoiceIn
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-05-16 13:09:45 +02:00
commit cd59f880bb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ describe('Client fiscal data', () => {
cy.visit('#/customer/1107/fiscal-data'); cy.visit('#/customer/1107/fiscal-data');
}); });
it('check as equalizated', () => { it.skip('check as equalizated', () => {
cy.get('[data-cy="vnCheckboxInvoice by address"] > .q-checkbox__inner').then( cy.get('[data-cy="vnCheckboxInvoice by address"] > .q-checkbox__inner').then(
($el) => { ($el) => {
if (!$el.hasClass('q-checkbox__inner--truthy')) { if (!$el.hasClass('q-checkbox__inner--truthy')) {