From 1c137bea4d85493c1ece51ccab1d61ad3a33dce8 Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 23 Apr 2024 10:15:46 +0200 Subject: [PATCH 1/2] deploy: refs #7253 init version 2420 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43bd6da77..e34523545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2420.01] + ## [2418.01] ## [2416.01] - 2024-04-18 diff --git a/package.json b/package.json index 8398eb3f3..063cf6de4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salix-front", - "version": "24.18.0", + "version": "24.20.0", "description": "Salix frontend", "productName": "Salix", "author": "Verdnatura", From 948440ebc4092cb583c065394fa79c78d7f5311a Mon Sep 17 00:00:00 2001 From: pablone Date: Tue, 23 Apr 2024 10:23:21 +0200 Subject: [PATCH 2/2] fix: slow test on skipped comment all test --- test/cypress/integration/claim/claimPhoto.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cypress/integration/claim/claimPhoto.spec.js b/test/cypress/integration/claim/claimPhoto.spec.js index 6ba121e75..6ea1fd8b7 100755 --- a/test/cypress/integration/claim/claimPhoto.spec.js +++ b/test/cypress/integration/claim/claimPhoto.spec.js @@ -21,8 +21,8 @@ describe('ClaimPhoto', () => { cy.get('.q-notification__message').should('have.text', 'Data saved'); }); - it.skip('should open first image dialog change to second and close', () => { - /* skiped fix on https://redmine.verdnatura.es/issues/7113 */ + /* 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(); @@ -38,7 +38,7 @@ describe('ClaimPhoto', () => { cy.get('.q-carousel__slide > .q-img > .q-img__container > .q-img__image').should( 'not.be.visible' ); - }); + }); */ it('should remove third and fourth file', () => { cy.get(