From 5b3ee220d46d68c195581df3b6cebe061b30c675 Mon Sep 17 00:00:00 2001 From: jorgep Date: Mon, 13 May 2024 17:07:59 +0200 Subject: [PATCH] fix: refs #6891 fix ticketDescriptor test --- test/cypress/integration/ticket/ticketDescriptor.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';