diff --git a/test/cypress/integration/worker/workerBusiness.spec.js b/test/cypress/integration/worker/workerBusiness.spec.js index e37a6bea3..a46450e82 100644 --- a/test/cypress/integration/worker/workerBusiness.spec.js +++ b/test/cypress/integration/worker/workerBusiness.spec.js @@ -10,8 +10,8 @@ describe('WorkerCreate', () => { Company: { val: 1, type: 'select' }, Department: { val: 'Reciclaje', type: 'select' }, 'Professional Category': { val: 1, type: 'select' }, - - 'Personal email': { val: 'manolo@mydomain.com' }, + 'Work Calendar': { val: 1, type: 'select' }, + 'Work Center': { val: 1, type: 'select' }, Company: { val: 'VNL', type: 'select' }, Street: { val: 'S/ DEFAULTWORKERSTREET' }, Location: { val: 1, type: 'select' },