#8448 - devToTest #1254

Merged
alexm merged 365 commits from 8448-devToTest into test 2025-01-21 10:44:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 388ad8d187 - Show all commits

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');