We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64274f commit 2d791e0Copy full SHA for 2d791e0
browser_tests/tests/vueNodes/nodeStates/bypass.spec.ts
@@ -21,6 +21,7 @@ test.describe('Vue Node Bypass', () => {
21
22
const checkpointNode = comfyPage.vueNodes.getNodeByTitle('Load Checkpoint')
23
await expect(checkpointNode).toHaveClass(BYPASS_CLASS)
24
+ await comfyPage.page.mouse.click(400, 300)
25
await comfyPage.nextFrame()
26
await expect(comfyPage.canvas).toHaveScreenshot(
27
'vue-node-bypassed-state.png'
0 commit comments