fix(editor): Revert log view rollout (no-changelog) (#15309)

This commit is contained in:
Suguru Inoue
2025-05-12 13:35:18 +02:00
committed by GitHub
parent e2b9ada4b5
commit 81caedb319
7 changed files with 28 additions and 27 deletions

View File

@@ -1,5 +1,4 @@
import { stringify } from 'flatted';
import { pick } from 'lodash';
import type {
IDataObject,
IRunData,
@@ -115,7 +114,7 @@ export function runMockWorkflowExecution({
cy.push('nodeExecuteBefore', {
executionId,
nodeName,
data: pick(nodeRunData, ['startTime', 'executionIndex', 'source', 'hints']),
data: nodeRunData,
});
cy.push('nodeExecuteAfter', {
executionId,