mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
test(editor): Improve e2e pipeline performance & fix flaky tests (no-changelog) (#5672)
* Split up canvas spec, extract community nodes related tests into its own spec, various flakiness fixes * Remove unnecessary cy.waitForLoad from 7-workflow-actiosn spec
This commit is contained in:
@@ -24,7 +24,6 @@ export class NodeCreator extends BasePage {
|
||||
};
|
||||
actions = {
|
||||
openNodeCreator: () => {
|
||||
cy.waitForLoad();
|
||||
this.getters.plusButton().click();
|
||||
this.getters.nodeCreator().should('be.visible');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user