mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
test(editor): Improve canvas e2e tests reliability (#5376)
✔️ Improving reliability of connection actions hover
This commit is contained in:
committed by
GitHub
parent
31130d5257
commit
03afd3c7cf
@@ -170,5 +170,10 @@ export class WorkflowPage extends BasePage {
|
||||
executeWorkflow: () => {
|
||||
this.getters.executeWorkflowButton().click();
|
||||
},
|
||||
addNodeBetweenFirstTwoNodes: (nodeName: string) => {
|
||||
this.getters.nodeConnections().first().realHover();
|
||||
cy.get('.connection-actions .add').first().click({ force: true });
|
||||
this.actions.addNodeToCanvas(nodeName, false);
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user