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:
OlegIvaniv
2023-03-10 16:54:54 +01:00
committed by GitHub
parent 3831201aaf
commit 5c4343b828
11 changed files with 295 additions and 264 deletions

View File

@@ -24,7 +24,6 @@ export class NodeCreator extends BasePage {
};
actions = {
openNodeCreator: () => {
cy.waitForLoad();
this.getters.plusButton().click();
this.getters.nodeCreator().should('be.visible');
},