Skip to content

Commit 8b38069

Browse files
committed
vs code extension lied to me, manually fix loc
1 parent dd9b46b commit 8b38069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browser_tests/ComfyPage.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ export class ComfyPage {
229229
async clickTextEncodeNodeToggler() {
230230
await this.canvas.click({
231231
position: {
232-
x: 621,
233-
y: 359
232+
x: 424,
233+
y: 200
234234
}
235235
})
236236
await this.nextFrame()

0 commit comments

Comments
 (0)