refactor: refs #8197 rename VnCardBeta to VnCard #1582

Merged
alexm merged 5 commits from 8197-vnCardBeta_toStable into dev 2025-03-10 12:46:55 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 960f2296b6 - 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}');