From 388ad8d187c935b63d3160da702864ea8829ce99 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 3 Jan 2025 13:52:36 +0100 Subject: [PATCH] test: ticketExpedition working --- test/cypress/integration/ticket/ticketExpedition.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/ticket/ticketExpedition.spec.js b/test/cypress/integration/ticket/ticketExpedition.spec.js index fbac64d09..d74a122a1 100644 --- a/test/cypress/integration/ticket/ticketExpedition.spec.js +++ b/test/cypress/integration/ticket/ticketExpedition.spec.js @@ -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');