[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
This commit is contained in:
Benjamin Lu
2025-09-04 14:47:53 -07:00
committed by GitHub
parent f99c9de72f
commit 1480dd748a

View File

@@ -11,7 +11,7 @@ test.describe('NodeHeader', () => {
await comfyPage.setSetting('Comfy.EnableTooltips', true)
await comfyPage.setup()
// Load single SaveImage node workflow (positioned below menu bar)
await comfyPage.loadWorkflow('single_save_image_node')
await comfyPage.loadWorkflow('nodes/single_save_image_node')
})
test('displays node title', async ({ comfyPage }) => {