forked from verdnatura/salix-front
fix: refs #6891 fix workerLocker test
This commit is contained in:
parent
a878ad23b9
commit
6a6d5b6d23
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in New Issue