diff --git a/test/cypress/integration/worker/workerBusiness.spec.js b/test/cypress/integration/worker/workerBusiness.spec.js index 71fd6b347..e37a6bea3 100644 --- a/test/cypress/integration/worker/workerBusiness.spec.js +++ b/test/cypress/integration/worker/workerBusiness.spec.js @@ -6,10 +6,11 @@ describe('WorkerCreate', () => { const saveBtn = '.q-mt-lg > .q-btn--standard'; const internalWithOutPay = { - Fi: { val: '78457139E' }, - 'Web user': { val: 'manolo' }, - Name: { val: 'Manolo' }, - 'Last name': { val: 'Hurtado' }, + 'Start Date': { val: '26-12-2002', type: 'date' }, + Company: { val: 1, type: 'select' }, + Department: { val: 'Reciclaje', type: 'select' }, + 'Professional Category': { val: 1, type: 'select' }, + 'Personal email': { val: 'manolo@mydomain.com' }, Company: { val: 'VNL', type: 'select' }, Street: { val: 'S/ DEFAULTWORKERSTREET' },