8452-testToMaster #1292

Merged
alexm merged 394 commits from 8452-testToMaster into master 2025-01-28 06:44:16 +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);
});
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');