fix(Switch Node): Maintain output connections (#11162)

This commit is contained in:
Michael Kret
2024-11-13 13:30:56 +02:00
committed by GitHub
parent f0492bd3bb
commit 9bd79fceeb
5 changed files with 311 additions and 23 deletions

View File

@@ -81,7 +81,7 @@ describe('NDV', () => {
ndv.getters.backToCanvas().click();
workflowPage.actions.executeWorkflow();
workflowPage.actions.openNode('Merge');
ndv.getters.outputPanel().contains('1 item').should('exist');
ndv.getters.outputPanel().contains('2 items').should('exist');
cy.contains('span', 'zero').should('exist');
});