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
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
commit
582e1de8df
|
@ -319,6 +319,7 @@ onMounted(async () => {
|
|||
}
|
||||
}
|
||||
"
|
||||
:redirect="false"
|
||||
order="created DESC"
|
||||
>
|
||||
<template #column-freightItemName="{ row }">
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue