refactor: Remove triggers and actions experiment (no-changelog) (#6512)

* refactor: Remove triggers and actions experiment

* fix: Use `value` for computed property

* test: Fix e2e
This commit is contained in:
Iván Ovejero
2023-06-26 13:33:31 +02:00
committed by कारतोफ्फेलस्क्रिप्ट™
parent 5b3c6829f4
commit 52e9882a32
4 changed files with 6 additions and 21 deletions

View File

@@ -267,7 +267,7 @@ describe('Node Creator', () => {
NDVModal.actions.close();
WorkflowPage.getters.canvasNodes().should('have.length', 2);
WorkflowPage.actions.zoomToFit();
WorkflowPage.actions.addNodeBetweenNodes('n8n', 'n8n1', 'Item Lists')
WorkflowPage.actions.addNodeBetweenNodes('n8n', 'n8n1', 'Item Lists', 'Summarize')
WorkflowPage.getters.canvasNodes().should('have.length', 3);
})
});