feat(editor): Indicate dirty nodes with yellow borders/connectors on canvas (#13040)

This commit is contained in:
autologie
2025-02-26 16:35:17 +01:00
committed by GitHub
parent acdd2da492
commit 75493ef6ef
34 changed files with 1247 additions and 166 deletions

View File

@@ -206,6 +206,10 @@ export function clickWorkflowCardContent(workflowName: string) {
getWorkflowCardContent(workflowName).click();
}
export function clickAssignmentCollectionAdd() {
cy.getByTestId('assignment-collection-drop-area').click();
}
export function assertNodeOutputHintExists() {
getNodeOutputHint().should('exist');
}