mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-21 07:14:11 +00:00
Fix node name
This commit is contained in:
@@ -4,7 +4,7 @@ import type { ComfyPage } from '../fixtures/ComfyPage'
|
||||
import { comfyPageFixture as test } from '../fixtures/ComfyPage'
|
||||
|
||||
test.describe('Dynamic Combo Widgets in Subgraphs', () => {
|
||||
const TEST_NODE_TYPE = 'TestDynamicComboNode'
|
||||
const TEST_NODE_TYPE = 'DevToolsDynamicComboNode'
|
||||
|
||||
test.beforeEach(async ({ comfyPage }) => {
|
||||
await comfyPage.setSetting('Comfy.UseNewMenu', 'Top')
|
||||
|
||||
Reference in New Issue
Block a user