This commit is contained in:
parent
5bf3e2c80a
commit
cbb1bb6f60
|
@ -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' },
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue