test: ticketExpedition working
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
4900935e73
commit
388ad8d187
|
@ -9,7 +9,7 @@ describe('Ticket expedtion', () => {
|
|||
cy.viewport(1920, 1080);
|
||||
});
|
||||
|
||||
it.skip('should change the state', () => {
|
||||
it('should change the state', () => {
|
||||
cy.visit('#/ticket/1/expedition');
|
||||
cy.intercept('GET', /\/api\/Expeditions\/filter/).as('show');
|
||||
cy.intercept('POST', /\/api\/ExpeditionStates\/addExpeditionState/).as('add');
|
||||
|
|
Loading…
Reference in New Issue