#8448 - devToTest #1254

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

View File

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

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