fix: refs #8484 update Boss type from 'selectWorker' to 'select'

This commit is contained in:
Jorge Penadés 2025-02-17 15:46:07 +01:00
parent d2aad80536
commit b42ee48c82
1 changed files with 2 additions and 2 deletions

View File

@ -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(() => {