mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Don't mark node as dirty when NDV is opened (#15222)
This commit is contained in:
@@ -55,13 +55,16 @@ describe('Sub-workflow creation and typed usage', () => {
|
||||
|
||||
openNode('Execute Workflow');
|
||||
|
||||
let openedUrl = '';
|
||||
|
||||
// Prevent sub-workflow from opening in new window
|
||||
cy.window().then((win) => {
|
||||
cy.stub(win, 'open').callsFake((url) => {
|
||||
cy.visit(url);
|
||||
openedUrl = url;
|
||||
});
|
||||
});
|
||||
selectResourceLocatorItem('workflowId', 0, 'Create a');
|
||||
cy.then(() => cy.visit(openedUrl));
|
||||
// **************************
|
||||
// NAVIGATE TO CHILD WORKFLOW
|
||||
// **************************
|
||||
|
||||
Reference in New Issue
Block a user