test: refs #8197 comment out ticket list tests for refactoring

This commit is contained in:
Alex Moreno 2025-03-10 09:54:36 +01:00
parent c61c644e46
commit bd72ccbb05
1 changed files with 1 additions and 1 deletions

View File

@ -38,8 +38,8 @@ describe('TicketList', () => {
it('filter client and create ticket', () => {
cy.intercept('GET', /\/api\/Tickets\/filter/).as('ticketSearchbar');
searchResults();
cy.wait('@ticketSearchbar');
cy.intercept('GET', /\/api\/Tickets\/filter/).as('ticketFilter');
cy.dataCy('Customer ID_input').clear('1');
cy.dataCy('Customer ID_input').type('1101{enter}');