mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(editor): Add Python to Code actions (#18668)
This commit is contained in:
@@ -473,4 +473,9 @@ export class CanvasPage extends BasePage {
|
||||
|
||||
await this.page.goto('/workflow/new');
|
||||
}
|
||||
|
||||
async addNodeWithSubItem(searchText: string, subItemText: string): Promise<void> {
|
||||
await this.addNode(searchText);
|
||||
await this.nodeCreatorSubItem(subItemText).click();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user