mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
test: Set up e2e tests for Code node (#4730)
* 🧪 Set up Code node tests * ⚡ Address comments
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<div :class="$style.header">
|
||||
<slot name="header"></slot>
|
||||
|
||||
<div v-show="!hasRunError" @click.stop :class="$style.displayModes">
|
||||
<div v-show="!hasRunError" @click.stop :class="$style.displayModes" data-test-id="run-data-pane-header">
|
||||
<n8n-radio-buttons
|
||||
v-show="hasNodeRun && ((jsonData && jsonData.length > 0) || (binaryData && binaryData.length > 0)) && !editMode.enabled"
|
||||
:value="displayMode"
|
||||
|
||||
Reference in New Issue
Block a user