diff --git a/test/cypress/integration/client/clientList.spec.js b/test/cypress/integration/client/clientList.spec.js index ce07deb16..703bb1454 100644 --- a/test/cypress/integration/client/clientList.spec.js +++ b/test/cypress/integration/client/clientList.spec.js @@ -26,7 +26,7 @@ describe('Client list', () => { 'Web user': { val: `user_test_${randomInt}` }, Street: { val: `C/ STREET ${randomInt}` }, Email: { val: `user.test${randomInt}@cypress.com` }, - 'Sales person': { val: 'employee', type: 'select' }, + 'Sales person': { val: 'salesPerson', type: 'select' }, Location: { val: '46000, Valencia(Province one), EspaƱa', type: 'select' }, 'Business type': { val: 'Otros', type: 'select' }, };