fix: refs #6695 update visit method in TicketLackDetail.spec.js to prevent page reload
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details

This commit is contained in:
Alex Moreno 2025-03-05 14:07:09 +01:00
parent ffcaa636e1
commit b9e6d92326
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ describe('Ticket Lack detail', () => {
], ],
}).as('getItemLack'); }).as('getItemLack');
cy.visit('/#/ticket/negative/5'); cy.visit('/#/ticket/negative/5', false);
cy.wait('@getItemLack'); cy.wait('@getItemLack');
}); });
describe('Table actions', () => { describe('Table actions', () => {