Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[fix] Update remaining loadWorkflow calls to use new folder structure
  • Loading branch information
christian-byrne committed Aug 18, 2025
commit 4a580d07e48cd78fe9b0b61c537484e41edabdad
2 changes: 1 addition & 1 deletion browser_tests/tests/nodeHelp.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ test.describe('Node Help', () => {
comfyPage
}) => {
// First load workflow with custom node
await comfyPage.loadWorkflow('group_node_v1.3.3')
await comfyPage.loadWorkflow('groupnodes/group_node_v1.3.3')

// Mock custom node documentation with fallback
await comfyPage.page.route(
Expand Down
2 changes: 1 addition & 1 deletion browser_tests/tests/sidebar/workflows.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ test.describe('Workflows sidebar', () => {
test('Does not report warning when switching between opened workflows', async ({
comfyPage
}) => {
await comfyPage.loadWorkflow('missing_nodes')
await comfyPage.loadWorkflow('missing/missing_nodes')
await comfyPage.closeDialog()

// Load blank workflow
Expand Down
Loading