diff --git a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js index 015624b16..63e828f55 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 7eb27fd2a..d71c29142 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();