8472-unifyStileForMoreCreateDialogSlot #1577

Merged
jtubau merged 12 commits from 8472-unifyStileForMoreCreateDialogSlot into dev 2025-03-10 09:09:52 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit aa377f44c0 - Show all commits

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}');