diff --git a/test/cypress/integration/ticket/ticketDescriptor.spec.js b/test/cypress/integration/ticket/ticketDescriptor.spec.js index 22401f0b4..fc920f346 100644 --- a/test/cypress/integration/ticket/ticketDescriptor.spec.js +++ b/test/cypress/integration/ticket/ticketDescriptor.spec.js @@ -1,6 +1,6 @@ /// 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';