mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Revert log view rollout (no-changelog) (#15309)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user