Skip to content

Commit 1480dd7

Browse files
[bugfix] Fix NodeHeader test workflow path (#5359)
The test was using an incorrect path for the workflow file. Updated to use the correct path under the nodes/ subdirectory. Fixes test failure: ENOENT error for single_save_image_node.json
1 parent f99c9de commit 1480dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser_tests/tests/vueNodes/NodeHeader.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test.describe('NodeHeader', () => {
1111
await comfyPage.setSetting('Comfy.EnableTooltips', true)
1212
await comfyPage.setup()
1313
// Load single SaveImage node workflow (positioned below menu bar)
14-
await comfyPage.loadWorkflow('single_save_image_node')
14+
await comfyPage.loadWorkflow('nodes/single_save_image_node')
1515
})
1616

1717
test('displays node title', async ({ comfyPage }) => {

0 commit comments

Comments
 (0)