mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
test: Fix flaky code node switching test (#13090)
This commit is contained in:
parent
00e3ebc9e2
commit
df89c6fff4
|
@ -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')");
|
||||
|
|
Loading…
Reference in a new issue