fix: refs #8600 e2e
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2025-03-06 11:56:15 +01:00
parent 6930cb63d9
commit c38fedb408
2 changed files with 1 additions and 1 deletions

View File

@ -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';

View File

@ -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();