0
0
Fork 0

chore: refs #7323 fix test

This commit is contained in:
Jorge Penadés 2024-08-07 12:57:00 +02:00
parent 98656aa2c8
commit 06eac739cd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ describe('WorkerLocker', () => {
const workerId = 1109;
const lockerCode = '2F';
const input = '.q-card input';
const thirdOpt = '[role="listbox"] .q-item:nth-child(3)';
const thirdOpt = '[role="listbox"] .q-item:nth-child(1)';
beforeEach(() => {
cy.viewport(1280, 720);
cy.login('productionBoss');