Skip to content

Commit 2e65fab

Browse files
committed
Fix e2e
1 parent 4236530 commit 2e65fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/5-ndv.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ describe('NDV', () => {
395395
});
396396

397397
it('should not retrieve remote options when a parameter value changes', () => {
398-
cy.intercept('/rest/dynamic-node-parameters/options?**', cy.spy().as('fetchParameterOptions'));
398+
cy.intercept('/rest/dynamic-node-parameters/options**', cy.spy().as('fetchParameterOptions'));
399399
workflowPage.actions.addInitialNodeToCanvas('E2e Test', { action: 'Remote Options' });
400400
// Type something into the field
401401
ndv.actions.typeIntoParameterInput('otherField', 'test');

0 commit comments

Comments
 (0)