diff --git a/test/cypress/integration/worker/workerLocker.spec.js b/test/cypress/integration/worker/workerLocker.spec.js index 8c1886438..01e74760b 100644 --- a/test/cypress/integration/worker/workerLocker.spec.js +++ b/test/cypress/integration/worker/workerLocker.spec.js @@ -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(() => {