test: Migrate 3 specs from Cypress - Playwright (#19269)

This commit is contained in:
shortstacked
2025-09-08 12:46:08 +01:00
committed by GitHub
parent c6be123ddb
commit f7d225e871
24 changed files with 1154 additions and 470 deletions

View File

@@ -76,6 +76,10 @@ export class CanvasPage extends BasePage {
await this.nodeCreatorItemByName(text).click();
}
async clickAddToWorkflowButton(): Promise<void> {
await this.page.getByText('Add to workflow').click();
}
/**
* Add a node to the canvas with flexible options
* @param nodeName - The name of the node to search for and add