mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
test: Fix flaky code node switching test (#13090)
This commit is contained in:
@@ -54,9 +54,6 @@ describe('Code node', () => {
|
||||
WorkflowPage.actions.openNode('Code');
|
||||
ndv.actions.clickFloatingNode('Code1');
|
||||
getEditor().should('have.text', "console.log('code node 2')");
|
||||
getEditor().type('{selectall}').type("console.log('code node 2 edited')");
|
||||
// wait for debounce
|
||||
cy.wait(200);
|
||||
|
||||
ndv.actions.clickFloatingNode('Code');
|
||||
getEditor().should('have.text', "console.log('code node 1')");
|
||||
|
||||
Reference in New Issue
Block a user