0
0
Fork 0

fix: refs #6891 fix workerLocker test

This commit is contained in:
Jorge Penadés 2024-05-13 16:22:12 +02:00
parent a878ad23b9
commit 6a6d5b6d23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
describe('WorkerList', () => {
const workerId = 1110;
const lockerCode = '200A';
const workerId = 1109;
const lockerCode = '201A';
const input = '.q-card input';
const firstOpt = '[role="listbox"] .q-item:nth-child(1)';
beforeEach(() => {