mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test: Migrate 3 specs from Cypress - Playwright (#19269)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user