diff --git a/test/cypress/integration/claim/claimPhoto.spec.js b/test/cypress/integration/claim/claimPhoto.spec.js index ec41e92a36..6ba121e75d 100755 --- a/test/cypress/integration/claim/claimPhoto.spec.js +++ b/test/cypress/integration/claim/claimPhoto.spec.js @@ -21,7 +21,8 @@ describe('ClaimPhoto', () => { cy.get('.q-notification__message').should('have.text', 'Data saved'); }); - it('should open first image dialog change to second and close', () => { + it.skip('should open first image dialog change to second and close', () => { + /* skiped fix on https://redmine.verdnatura.es/issues/7113 */ cy.get( ':nth-child(1) > .q-card > .q-img > .q-img__container > .q-img__image' ).click();