From af5b64a61d5dc132a73e974818e8b5f6780f8762 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Tue, 21 Jan 2025 12:01:45 +0200 Subject: [PATCH] fix: Prepare expression editor modal e2e tests for new canvas (no-changelog) (#12743) --- cypress/e2e/9-expression-editor-modal.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/9-expression-editor-modal.cy.ts b/cypress/e2e/9-expression-editor-modal.cy.ts index 840e3d4fc6..42095b06fe 100644 --- a/cypress/e2e/9-expression-editor-modal.cy.ts +++ b/cypress/e2e/9-expression-editor-modal.cy.ts @@ -105,7 +105,7 @@ describe('Expression editor modal', () => { // Run workflow cy.get('body').type('{esc}'); ndv.actions.close(); - WorkflowPage.actions.executeNode('No Operation'); + WorkflowPage.actions.executeNode('No Operation, do nothing', { anchor: 'topLeft' }); WorkflowPage.actions.openNode('Hacker News'); WorkflowPage.actions.openExpressionEditorModal();