feat(editor): Change default node names depending on node operation and resource (#15954)

This commit is contained in:
Charlie Kolb
2025-06-10 08:50:46 +02:00
committed by GitHub
parent 33f8fab791
commit c92701cbdf
21 changed files with 574 additions and 182 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.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) {