From a60131032a0e1a2b25c7769be053bfebe68366ed Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Thu, 18 Apr 2024 15:23:37 -0500 Subject: [PATCH] fix selenium by only hiding `label` in `NodeInput` with `props.blank` Otherwise, seleniums would fail for: ``` Timeout waiting on CSS selector [[node-label='...'] [input-name='...'] + .delete-terminal-button] to become clickable. ``` --- .../components/Workflow/Editor/NodeInput.vue | 32 +++++++++---------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/client/src/components/Workflow/Editor/NodeInput.vue b/client/src/components/Workflow/Editor/NodeInput.vue index d3b26a85a40d..19b45f24fe1b 100644 --- a/client/src/components/Workflow/Editor/NodeInput.vue +++ b/client/src/components/Workflow/Editor/NodeInput.vue @@ -238,23 +238,21 @@ watch( - - - {{ label }} - - * - + + {{ label }} + + *