mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +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'
|
import { comfyPageFixture as test } from '../fixtures/ComfyPage'
|
||||||
|
|
||||||
test.describe('Dynamic Combo Widgets in Subgraphs', () => {
|
test.describe('Dynamic Combo Widgets in Subgraphs', () => {
|
||||||
const TEST_NODE_TYPE = 'TestDynamicComboNode'
|
const TEST_NODE_TYPE = 'DevToolsDynamicComboNode'
|
||||||
|
|
||||||
test.beforeEach(async ({ comfyPage }) => {
|
test.beforeEach(async ({ comfyPage }) => {
|
||||||
await comfyPage.setSetting('Comfy.UseNewMenu', 'Top')
|
await comfyPage.setSetting('Comfy.UseNewMenu', 'Top')
|
||||||
|
|||||||
Reference in New Issue
Block a user