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

This commit is contained in:
Charlie Kolb
2025-06-12 13:57:26 +02:00
committed by GitHub
parent ecd9a1e53e
commit 4e94488622
26 changed files with 646 additions and 197 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) {