diff --git a/test/cypress/integration/worker/workerCreate.spec.js b/test/cypress/integration/worker/workerCreate.spec.js index 454387078..7f2810395 100644 --- a/test/cypress/integration/worker/workerCreate.spec.js +++ b/test/cypress/integration/worker/workerCreate.spec.js @@ -16,7 +16,7 @@ describe('WorkerCreate', () => { Location: { val: 1, type: 'select' }, Phone: { val: '123456789' }, 'Worker code': { val: 'DWW' }, - Boss: { val: developerBossId, type: 'selectWorker' }, + Boss: { val: developerBossId, type: 'select' }, Birth: { val: '11-12-2022', type: 'date' }, }; const external = { @@ -26,7 +26,7 @@ describe('WorkerCreate', () => { 'Last name': { val: 'GARCIA' }, 'Personal email': { val: 'pepe@gmail.com' }, 'Worker code': { val: 'PG' }, - Boss: { val: developerBossId, type: 'selectWorker' }, + Boss: { val: developerBossId, type: 'select' }, }; beforeEach(() => {