Remove duplicated toolbuttons for workflow sidebar (#3087)

This commit is contained in:
Chenlei Hu
2025-03-16 20:18:24 -04:00
committed by GitHub
parent 7ef6e52f38
commit 8db088b27a
5 changed files with 6 additions and 42 deletions

View File

@@ -95,18 +95,6 @@ export class WorkflowsSidebarTab extends SidebarTab {
return this.page.locator('.workflows-sidebar-tab')
}
get browseGalleryButton() {
return this.root.locator('.browse-templates-button')
}
get newBlankWorkflowButton() {
return this.root.locator('.new-blank-workflow-button')
}
get openWorkflowButton() {
return this.root.locator('.open-workflow-button')
}
async getOpenedWorkflowNames() {
return await this.root
.locator('.comfyui-workflows-open .node-label')