test: mark specific tests as skipped for tasks 8814 and 8779
This commit is contained in:
parent
df396c08ea
commit
42d613429f
|
@ -146,7 +146,8 @@ describe('Route extended list', () => {
|
|||
cy.readFile(`${downloadsFolder}/${fileName}`).should('exist');
|
||||
});
|
||||
|
||||
it('Should mark as served the selected route', () => {
|
||||
// task https://redmine.verdnatura.es/issues/8814
|
||||
xit('Should mark as served the selected route', () => {
|
||||
cy.get(selectors.lastRowSelectCheckBox).click();
|
||||
cy.get(selectors.markServedBtn).click();
|
||||
|
||||
|
|
|
@ -35,7 +35,8 @@ describe('TicketList', () => {
|
|||
cy.get('.summaryBody').should('exist');
|
||||
});
|
||||
|
||||
it('filter client and create ticket', () => {
|
||||
// task https://redmine.verdnatura.es/issues/8779
|
||||
xit('filter client and create ticket', () => {
|
||||
cy.intercept('GET', /\/api\/Tickets\/filter/).as('ticketSearchbar');
|
||||
searchResults();
|
||||
cy.wait('@ticketSearchbar');
|
||||
|
|
Loading…
Reference in New Issue