From 1a824cd36317b297f4943371b32f8b6d84e97813 Mon Sep 17 00:00:00 2001 From: carlossa Date: Mon, 10 Mar 2025 11:39:49 +0100 Subject: [PATCH] fix: refs #8583 fix AddCard --- test/cypress/integration/worker/workerBusiness.spec.js | 2 +- test/cypress/integration/worker/workerMutual.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/integration/worker/workerBusiness.spec.js b/test/cypress/integration/worker/workerBusiness.spec.js index 256ca9719..1650b66c7 100644 --- a/test/cypress/integration/worker/workerBusiness.spec.js +++ b/test/cypress/integration/worker/workerBusiness.spec.js @@ -21,7 +21,7 @@ describe('WorkerBusiness', () => { cy.viewport(1280, 720); cy.login('hr'); cy.visit('/#/worker/1107/business'); - cy.get('.q-page-sticky > div > .q-btn').click(); + cy.addCard(); }); it('should create a business', () => { diff --git a/test/cypress/integration/worker/workerMutual.spec.js b/test/cypress/integration/worker/workerMutual.spec.js index 24ecd3c60..a6d2c5f4f 100644 --- a/test/cypress/integration/worker/workerMutual.spec.js +++ b/test/cypress/integration/worker/workerMutual.spec.js @@ -12,7 +12,7 @@ describe('WorkerMutual', () => { cy.viewport(1280, 720); cy.login('developer'); cy.visit(`/#/worker/${userId}/medical`); - cy.get('.q-page-sticky > div > .q-btn').click(); + cy.addCard(); }); it('should create a medical Review', () => {