Skip to content

Commit

Permalink
🧪 Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed May 2, 2023
1 parent da9e85f commit b8873ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/14-mapping.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ describe('Data mapping', () => {
'have.text',
`{{ $node['${SCHEDULE_TRIGGER_NODE_NAME}'].json.input[0].count }} {{ $node['${SCHEDULE_TRIGGER_NODE_NAME}'].json.input }}`,
);
ndv.getters.parameterExpressionPreview('value').should('include.text', '[empty]');
ndv.getters.parameterExpressionPreview('value').should('include.text', ' ');

ndv.actions.selectInputNode('Set');

Expand Down

0 comments on commit b8873ad

Please sign in to comment.