mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Revert "test(editor): Add canvas actions E2E tests" (#6736)
Revert "test(editor): Add canvas actions E2E tests (#6723)"
This reverts commit 052d82b220.
This commit is contained in:
@@ -96,9 +96,6 @@ export class WorkflowPage extends BasePage {
|
||||
nodeCredentialsSelect: () => cy.getByTestId('node-credentials-select'),
|
||||
nodeCredentialsEditButton: () => cy.getByTestId('credential-edit-button'),
|
||||
nodeCreatorItems: () => cy.getByTestId('item-iterator-item'),
|
||||
nodeCreatorNodeItems: () => cy.getByTestId('node-creator-node-item'),
|
||||
nodeCreatorActionItems: () => cy.getByTestId('node-creator-action-item'),
|
||||
nodeCreatorCategoryItems: () => cy.getByTestId('node-creator-category-item'),
|
||||
ndvParameters: () => cy.getByTestId('parameter-item'),
|
||||
nodeCredentialsLabel: () => cy.getByTestId('credentials-label'),
|
||||
getConnectionBetweenNodes: (sourceNodeName: string, targetNodeName: string) =>
|
||||
|
||||
Reference in New Issue
Block a user