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', () => {
|
describe('WorkerList', () => {
|
||||||
const workerId = 1110;
|
const workerId = 1109;
|
||||||
const lockerCode = '200A';
|
const lockerCode = '201A';
|
||||||
const input = '.q-card input';
|
const input = '.q-card input';
|
||||||
const firstOpt = '[role="listbox"] .q-item:nth-child(1)';
|
const firstOpt = '[role="listbox"] .q-item:nth-child(1)';
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|
Loading…
Reference in New Issue