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 2c69a46 commit ce7d392Copy full SHA for ce7d392
browser_tests/tests/vueNodes/nodeStates/bypass.spec.ts
@@ -20,6 +20,8 @@ test.describe('Vue Node Bypass', () => {
20
21
const checkpointNode = comfyPage.vueNodes.getNodeByTitle('Load Checkpoint')
22
await expect(checkpointNode).toHaveClass(BYPASS_CLASS)
23
+
24
+ await comfyPage.nextFrame()
25
await expect(comfyPage.canvas).toHaveScreenshot(
26
'vue-node-bypassed-state.png'
27
)
0 commit comments