From f96dc7345ffc0f224f78b384b378d68ee09c1fc9 Mon Sep 17 00:00:00 2001 From: carlossa Date: Mon, 3 Mar 2025 14:06:11 +0100 Subject: [PATCH] fix: refs #8583 workerBusiness --- test/cypress/integration/worker/workerBusiness.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cypress/integration/worker/workerBusiness.spec.js b/test/cypress/integration/worker/workerBusiness.spec.js index 01da0315f..35a6ea045 100644 --- a/test/cypress/integration/worker/workerBusiness.spec.js +++ b/test/cypress/integration/worker/workerBusiness.spec.js @@ -12,6 +12,7 @@ describe('WorkerBusiness', () => { 'Work Center': { val: `Silla`, type: 'select' }, 'Contract Category': { val: `INFORMATICA`, type: 'select' }, 'Contribution Code': { val: contributionCode, type: 'select' }, + Rate: { val: `5` }, 'Contract Type': { val: contractType, type: 'select' }, 'Transport Workers Salary': { val: `1000` }, };