We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4236530 commit 2e65fabCopy full SHA for 2e65fab
cypress/e2e/5-ndv.cy.ts
@@ -395,7 +395,7 @@ describe('NDV', () => {
395
});
396
397
it('should not retrieve remote options when a parameter value changes', () => {
398
- cy.intercept('/rest/dynamic-node-parameters/options?**', cy.spy().as('fetchParameterOptions'));
+ cy.intercept('/rest/dynamic-node-parameters/options**', cy.spy().as('fetchParameterOptions'));
399
workflowPage.actions.addInitialNodeToCanvas('E2e Test', { action: 'Remote Options' });
400
// Type something into the field
401
ndv.actions.typeIntoParameterInput('otherField', 'test');
0 commit comments