From c38fedb408a0442e86fa08539f7b994e0ee33d79 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 6 Mar 2025 11:56:15 +0100 Subject: [PATCH] fix: refs #8600 e2e --- test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js | 1 + test/cypress/integration/zone/zoneCalendar.spec.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js index 015624b169..63e828f556 100644 --- a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js +++ b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js @@ -7,6 +7,7 @@ describe('InvoiceOut summary', () => { const firstRowDescriptors = (opt) => `tbody > :nth-child(1) > :nth-child(${opt}) > .q-btn`; + const toTicketList = '[href="#/ticket/list?table={%22refFk%22:%22T1111111%22}"]'; const selectMenuOption = (opt) => `.q-menu > .q-list > :nth-child(${opt})`; const confirmSend = '.q-btn--unelevated'; diff --git a/test/cypress/integration/zone/zoneCalendar.spec.js b/test/cypress/integration/zone/zoneCalendar.spec.js index 7eb27fd2ae..d71c291420 100644 --- a/test/cypress/integration/zone/zoneCalendar.spec.js +++ b/test/cypress/integration/zone/zoneCalendar.spec.js @@ -41,7 +41,6 @@ describe('ZoneCalendar', () => { }); it('should exclude an event', () => { - cy.visit(`/#/zone/1/events`); cy.get('.q-mb-sm > .q-radio__inner').click(); cy.get('.q-current-day > .q-calendar-month__day--label__wrapper').click(); cy.get('.q-mt-lg > .q-btn--standard').click();