From 83428d039811d414f6b4fc7a35654550f27e5160 Mon Sep 17 00:00:00 2001 From: pablone Date: Wed, 19 Jun 2024 10:16:33 +0200 Subject: [PATCH 1/2] fix: refs #7599 fix spec remove enter key --- test/cypress/integration/worker/workerPda.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cypress/integration/worker/workerPda.spec.js b/test/cypress/integration/worker/workerPda.spec.js index 4184735ae..fe8efa834 100644 --- a/test/cypress/integration/worker/workerPda.spec.js +++ b/test/cypress/integration/worker/workerPda.spec.js @@ -10,7 +10,6 @@ describe('WorkerPda', () => { it('assign pda', () => { cy.get('.q-page-sticky > div > .q-btn > .q-btn__content > .q-icon').click(); cy.get(deviceProductionField).type('{downArrow}{enter}'); - cy.get('.vn-row > #simSerialNumber').type('123{enter}'); cy.get('.q-notification__message').should('have.text', 'Data created'); }); From 27a8c9684f809d5c1993ee94ef32ac2bba3edefa Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 19 Jun 2024 10:51:45 +0200 Subject: [PATCH 2/2] build: increase version 2428 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdb185ba1..4668d2d56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salix-front", - "version": "24.26.2", + "version": "24.28.1", "description": "Salix frontend", "productName": "Salix", "author": "Verdnatura",