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` }, };