From ba702333e7c186c4ba1b9649783939414545679a Mon Sep 17 00:00:00 2001 From: Isabela Kawabata Date: Wed, 17 Nov 2021 09:32:23 -0300 Subject: [PATCH] fix: add description column to output params table --- src/ApiServer/fixtures/workflowExecution.js | 12 +++++++++++- .../__snapshots__/CreateWorkflow.spec.js.snap | 5 +++-- .../__snapshots__/PreviewConfig.spec.js.snap | 5 +++-- .../__snapshots__/UpdateWorkflow.spec.js.snap | 5 +++-- .../OutputPropertiesLog/OutputPropertiesLog.tsx | 5 +++-- .../PropertiesTable/PropertiesTable.tsx | 4 +++- 6 files changed, 26 insertions(+), 10 deletions(-) diff --git a/src/ApiServer/fixtures/workflowExecution.js b/src/ApiServer/fixtures/workflowExecution.js index 6cb668faa..8c1627355 100644 --- a/src/ApiServer/fixtures/workflowExecution.js +++ b/src/ApiServer/fixtures/workflowExecution.js @@ -90,9 +90,19 @@ const workflowExecution = { }, { name: "test", - description: "Test description", + description: null, value: "Testing value", }, + { + name: "test again", + description: "Test description", + value: null, + }, + { + name: "test one more result", + description: null, + value: null, + }, ], }, { diff --git a/src/Components/CreateWorkflow/__snapshots__/CreateWorkflow.spec.js.snap b/src/Components/CreateWorkflow/__snapshots__/CreateWorkflow.spec.js.snap index 2cbc56960..fbb2b9b64 100644 --- a/src/Components/CreateWorkflow/__snapshots__/CreateWorkflow.spec.js.snap +++ b/src/Components/CreateWorkflow/__snapshots__/CreateWorkflow.spec.js.snap @@ -43,10 +43,11 @@ exports[`CreateWorkflow --- Snapshot Test Capturing Snapshot of CreateWorkflow 1 class="bx--bmrg-modal-portal" >