mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
[don't port to main] fix: Set UseNewMenu default to Disabled to match main
rh-test had UseNewMenu='Top' by default, showing workflow tabs in all tests. main has UseNewMenu='Disabled' by default, hiding workflow tabs. Since we pulled snapshots from main, tests were failing due to UI mismatch. Changing rh-test default to match main fixes snapshot comparisons.
This commit is contained in:
@@ -1667,7 +1667,7 @@ export const comfyPageFixture = base.extend<{
|
||||
|
||||
try {
|
||||
await comfyPage.setupSettings({
|
||||
'Comfy.UseNewMenu': 'Top',
|
||||
'Comfy.UseNewMenu': 'Disabled',
|
||||
// Hide canvas menu/info/selection toolbox by default.
|
||||
'Comfy.Graph.CanvasInfo': false,
|
||||
'Comfy.Graph.CanvasMenu': false,
|
||||
|
||||
Reference in New Issue
Block a user