fix(editor): Prepare e2e suite for inline-expression-editor for new canvas (no-changelog) (#12110)

Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
Alex Grozav
2024-12-10 15:35:51 +02:00
committed by GitHub
parent 2e61722002
commit 1c52bf9362
4 changed files with 13 additions and 7 deletions

View File

@@ -129,7 +129,7 @@ describe('Inline expression editor', () => {
// Run workflow
ndv.actions.close();
WorkflowPage.actions.executeNode('No Operation');
WorkflowPage.actions.executeNode('No Operation', { anchor: 'topLeft' });
WorkflowPage.actions.openNode('Hacker News');
WorkflowPage.actions.openInlineExpressionEditor();