Add tests on litegraph search box triggering events (#97)

* Add test on litegraph canvas event

* Update tests

* Update litegraph
This commit is contained in:
Chenlei Hu
2024-07-06 18:49:22 -04:00
committed by GitHub
parent 2ae2e827d8
commit 525adb754f
4 changed files with 44 additions and 5 deletions

View File

@@ -144,6 +144,11 @@ export class ComfyPage {
await this.nextFrame();
}
async doubleClickCanvas() {
await this.page.mouse.dblclick(10, 10);
await this.nextFrame();
}
async rightClickEmptyLatentNode() {
await this.canvas.click({
position: {