mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(editor): Change default node names depending on node operation and resource (#16188)
This commit is contained in:
@@ -217,7 +217,7 @@ export class WorkflowPage extends BasePage {
|
||||
cy.get('body').then((body) => {
|
||||
if (body.find('[data-test-id=node-creator]').length > 0) {
|
||||
if (action) {
|
||||
cy.contains(action).click();
|
||||
cy.get('[data-keyboard-nav-type="action"]').contains(action).click();
|
||||
} else {
|
||||
// Select the first action
|
||||
if (body.find('[data-keyboard-nav-type="action"]').length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user