This commit is contained in:
parent
6930cb63d9
commit
c38fedb408
|
@ -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';
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue