fix: refs #8583 workerBusiness test
This commit is contained in:
parent
a248c776db
commit
88eacb5e1f
|
@ -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' },
|
||||
|
|
Loading…
Reference in New Issue