From 159d835bf4ca1d2f5bf3a4e931ad22ab11cbe25e Mon Sep 17 00:00:00 2001 From: carlossa Date: Fri, 28 Feb 2025 07:26:47 +0100 Subject: [PATCH] fix: refs #8583 wBusiness e2e --- test/cypress/integration/worker/workerBusiness.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/integration/worker/workerBusiness.spec.js b/test/cypress/integration/worker/workerBusiness.spec.js index e37a6bea3e..a46450e826 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' },