From ca4f6b2e5e4b2e052bcb22335eb0d784cb889d17 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 9 Dec 2024 23:00:08 +0100 Subject: [PATCH] test: change id --- test/cypress/integration/worker/workerCreate.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cypress/integration/worker/workerCreate.spec.js b/test/cypress/integration/worker/workerCreate.spec.js index 50afe1892..555b15597 100644 --- a/test/cypress/integration/worker/workerCreate.spec.js +++ b/test/cypress/integration/worker/workerCreate.spec.js @@ -1,7 +1,7 @@ describe('WorkerCreate', () => { const externalRadio = '.q-radio:nth-child(2)'; const notification = '.q-notification__message'; - const developerBossId = 120; + const teamBossId = 13; const payMethodCross = '.grid-create .full-width > :nth-child(9) .q-select .q-field__append:not(.q-anchor--skip)'; const saveBtn = '.q-mt-lg > .q-btn--standard'; @@ -17,7 +17,7 @@ describe('WorkerCreate', () => { Location: { val: 1, type: 'select' }, Phone: { val: '123456789' }, 'Worker code': { val: 'DWW' }, - Boss: { val: developerBossId, type: 'select' }, + Boss: { val: teamBossId, type: 'select' }, Birth: { val: '11-12-2022', type: 'date' }, }; const external = { @@ -27,7 +27,7 @@ describe('WorkerCreate', () => { 'Last name': { val: 'GARCIA' }, 'Personal email': { val: 'pepe@gmail.com' }, 'Worker code': { val: 'PG' }, - Boss: { val: developerBossId, type: 'select' }, + Boss: { val: teamBossId, type: 'select' }, }; beforeEach(() => {