From 88eacb5e1f645df82dbfad8ac755ee27fd14f235 Mon Sep 17 00:00:00 2001
From: carlossa <carlossa@verdnatura.es>
Date: Thu, 27 Feb 2025 13:15:01 +0100
Subject: [PATCH] fix: refs #8583 workerBusiness test

---
 test/cypress/integration/worker/workerBusiness.spec.js | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

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' },