fix: refs #8484 update Boss type from 'selectWorker' to 'select'
This commit is contained in:
parent
d2aad80536
commit
b42ee48c82
|
@ -16,7 +16,7 @@ describe('WorkerCreate', () => {
|
|||
Location: { val: 1, type: 'select' },
|
||||
Phone: { val: '123456789' },
|
||||
'Worker code': { val: 'DWW' },
|
||||
Boss: { val: developerBossId, type: 'selectWorker' },
|
||||
Boss: { val: developerBossId, type: 'select' },
|
||||
Birth: { val: '11-12-2022', type: 'date' },
|
||||
};
|
||||
const external = {
|
||||
|
@ -26,7 +26,7 @@ describe('WorkerCreate', () => {
|
|||
'Last name': { val: 'GARCIA' },
|
||||
'Personal email': { val: 'pepe@gmail.com' },
|
||||
'Worker code': { val: 'PG' },
|
||||
Boss: { val: developerBossId, type: 'selectWorker' },
|
||||
Boss: { val: developerBossId, type: 'select' },
|
||||
};
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Reference in New Issue