fix: refs #6891 fix ticketDescriptor test
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-05-13 17:07:59 +02:00
parent 364367d2f1
commit 5b3ee220d4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/// <reference types="cypress" />
describe('Ticket descriptor', () => {
const toCloneOpt = '.q-list > :nth-child(5)';
const toCloneOpt = '[role="menu"] .q-list > :nth-child(5)';
const warehouseValue = ':nth-child(1) > :nth-child(6) > .value > span';
const summaryHeader = '.summaryHeader > div';