mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Color node connections correctly in execution preview for nodes that have pinned data (#9669)
This commit is contained in:
@@ -24,6 +24,7 @@ export class WorkflowExecutionsTab extends BasePage {
|
||||
executionPreviewId: () =>
|
||||
this.getters.executionPreviewDetails().find('[data-test-id="execution-preview-id"]'),
|
||||
executionDebugButton: () => cy.getByTestId('execution-debug-button'),
|
||||
workflowExecutionPreviewIframe: () => cy.getByTestId('workflow-preview-iframe'),
|
||||
};
|
||||
actions = {
|
||||
toggleNodeEnabled: (nodeName: string) => {
|
||||
|
||||
Reference in New Issue
Block a user