Upstream rgthree's link fixer (#3350)

This commit is contained in:
Chenlei Hu
2025-04-08 18:32:43 -04:00
committed by GitHub
parent 46af2f03f3
commit a489c19b07
6 changed files with 709 additions and 10 deletions

View File

@@ -412,7 +412,7 @@ export class ComfyPage {
}
async getVisibleToastCount() {
return await this.page.locator('.p-toast:visible').count()
return await this.page.locator('.p-toast-message:visible').count()
}
async clickTextEncodeNode1() {