fix: Prepare expression editor modal e2e tests for new canvas (no-changelog) (#12743)

This commit is contained in:
Alex Grozav
2025-01-21 12:01:45 +02:00
committed by GitHub
parent a96b3f0091
commit af5b64a61d

View File

@@ -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();