Merge branch 'Fix-IntegrationE2ETests' of https://gitea.verdnatura.es/verdnatura/salix-front into Fix-IntegrationE2ETests
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2025-01-07 07:55:20 +01:00
commit 582e1de8df
2 changed files with 2 additions and 1 deletions

View File

@ -319,6 +319,7 @@ onMounted(async () => {
} }
} }
" "
:redirect="false"
order="created DESC" order="created DESC"
> >
<template #column-freightItemName="{ row }"> <template #column-freightItemName="{ row }">

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