From f2e4e2cd170a9ca59641bcb3e3cfd68cf661719d Mon Sep 17 00:00:00 2001 From: Damien Coraboeuf Date: Sat, 20 Jul 2024 17:27:34 +0200 Subject: [PATCH] #1331 Workflow description - fixing tests --- .../components/extension/workflows/WorkflowGraphFlow.test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ontrack-web-core/__tests__/components/extension/workflows/WorkflowGraphFlow.test.js b/ontrack-web-core/__tests__/components/extension/workflows/WorkflowGraphFlow.test.js index eb1eecec15..9c36d37009 100644 --- a/ontrack-web-core/__tests__/components/extension/workflows/WorkflowGraphFlow.test.js +++ b/ontrack-web-core/__tests__/components/extension/workflows/WorkflowGraphFlow.test.js @@ -51,6 +51,7 @@ describe('WorkflowGraphFlow', () => { const node = { oldId: 'n2', id: 'n2', + description: 'Some description', executorId: 'mock', timeout: 300, data: { @@ -65,6 +66,7 @@ describe('WorkflowGraphFlow', () => { id: 'n2', data: { id: 'n2', + description: 'Some description', executorId: 'mock', timeout: 300, data: { @@ -84,6 +86,7 @@ describe('WorkflowGraphFlow', () => { const node = { oldId: 'n1', id: 'start', + description: 'Some description', executorId: 'mock', timeout: 300, data: { @@ -98,6 +101,7 @@ describe('WorkflowGraphFlow', () => { id: 'start', data: { id: 'start', + description: 'Some description', executorId: 'mock', timeout: 300, data: {