From 23ae47b5a500308cde3170a3a710ea2f1e524636 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 23 Apr 2024 09:38:03 +0200 Subject: [PATCH] fix e2e and skip claim photo --- test/cypress/integration/claim/claimPhoto.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cypress/integration/claim/claimPhoto.spec.js b/test/cypress/integration/claim/claimPhoto.spec.js index ec41e92a3..6ba121e75 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();