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
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit
Details
This commit is contained in:
parent
ffcaa636e1
commit
b9e6d92326
|
@ -37,7 +37,7 @@ describe('Ticket Lack detail', () => {
|
|||
],
|
||||
}).as('getItemLack');
|
||||
|
||||
cy.visit('/#/ticket/negative/5');
|
||||
cy.visit('/#/ticket/negative/5', false);
|
||||
cy.wait('@getItemLack');
|
||||
});
|
||||
describe('Table actions', () => {
|
||||
|
|
Loading…
Reference in New Issue