Revert "feat(editor): Change default node names depending on node ope… (#16169)

This commit is contained in:
Charlie Kolb
2025-06-10 11:34:08 +02:00
committed by GitHub
parent 53b6812592
commit d17a15ef9a
21 changed files with 182 additions and 574 deletions

View File

@@ -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.get('[data-keyboard-nav-type="action"]').contains(action).click();
cy.contains(action).click();
} else {
// Select the first action
if (body.find('[data-keyboard-nav-type="action"]').length > 0) {