test: Add tests for pinning data (#5157)

* test: add tests for pinning

* test: add test for value

* test: add pinned data tests

* test: refactor into ndv

* refactor: move to ndv

* refactor: rename node

* test: fix test

* test: fix refactor

* test: remove unused id

* test: update test

* test: chain rename input

* test: refactor invoking text

* test: fix ndv tests

* test: move test id

* test: update selectors
This commit is contained in:
Mutasem Aldmour
2023-01-18 15:48:36 +01:00
committed by GitHub
parent e36112a6d4
commit a89c9c68d1
13 changed files with 161 additions and 56 deletions

View File

@@ -18,6 +18,7 @@
<div v-if="isExecutable">
<NodeExecuteButton
v-if="!blockUI"
data-test-id="node-execute-button"
:nodeName="node.name"
:disabled="outputPanelEditMode.enabled && !isTriggerNode"
size="small"