test: ticketExpedition working
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2025-01-03 13:52:36 +01:00
parent 4900935e73
commit 388ad8d187
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ describe('Ticket expedtion', () => {
cy.viewport(1920, 1080); cy.viewport(1920, 1080);
}); });
it.skip('should change the state', () => { it('should change the state', () => {
cy.visit('#/ticket/1/expedition'); cy.visit('#/ticket/1/expedition');
cy.intercept('GET', /\/api\/Expeditions\/filter/).as('show'); cy.intercept('GET', /\/api\/Expeditions\/filter/).as('show');
cy.intercept('POST', /\/api\/ExpeditionStates\/addExpeditionState/).as('add'); cy.intercept('POST', /\/api\/ExpeditionStates\/addExpeditionState/).as('add');