test: change id
This commit is contained in:
parent
cd4b2a92dc
commit
ca4f6b2e5e
|
@ -1,7 +1,7 @@
|
|||
describe('WorkerCreate', () => {
|
||||
const externalRadio = '.q-radio:nth-child(2)';
|
||||
const notification = '.q-notification__message';
|
||||
const developerBossId = 120;
|
||||
const teamBossId = 13;
|
||||
const payMethodCross =
|
||||
'.grid-create .full-width > :nth-child(9) .q-select .q-field__append:not(.q-anchor--skip)';
|
||||
const saveBtn = '.q-mt-lg > .q-btn--standard';
|
||||
|
@ -17,7 +17,7 @@ describe('WorkerCreate', () => {
|
|||
Location: { val: 1, type: 'select' },
|
||||
Phone: { val: '123456789' },
|
||||
'Worker code': { val: 'DWW' },
|
||||
Boss: { val: developerBossId, type: 'select' },
|
||||
Boss: { val: teamBossId, type: 'select' },
|
||||
Birth: { val: '11-12-2022', type: 'date' },
|
||||
};
|
||||
const external = {
|
||||
|
@ -27,7 +27,7 @@ describe('WorkerCreate', () => {
|
|||
'Last name': { val: 'GARCIA' },
|
||||
'Personal email': { val: 'pepe@gmail.com' },
|
||||
'Worker code': { val: 'PG' },
|
||||
Boss: { val: developerBossId, type: 'select' },
|
||||
Boss: { val: teamBossId, type: 'select' },
|
||||
};
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Reference in New Issue