feat(editor): Separate node output execution tooltip from status icon (#11196)

This commit is contained in:
Charlie Kolb
2024-10-21 09:35:23 +02:00
committed by GitHub
parent 321d6deef1
commit cd15e959c7
6 changed files with 75 additions and 65 deletions

View File

@@ -23,6 +23,7 @@ describe('Manual partial execution', () => {
canvas.actions.openNode('Webhook1');
ndv.getters.nodeRunSuccessIndicator().should('exist');
ndv.getters.nodeRunTooltipIndicator().should('exist');
ndv.getters.outputRunSelector().should('not.exist'); // single run
});
});