mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 18:22:40 +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 {
|
try {
|
||||||
await comfyPage.setupSettings({
|
await comfyPage.setupSettings({
|
||||||
'Comfy.UseNewMenu': 'Top',
|
'Comfy.UseNewMenu': 'Disabled',
|
||||||
// Hide canvas menu/info/selection toolbox by default.
|
// Hide canvas menu/info/selection toolbox by default.
|
||||||
'Comfy.Graph.CanvasInfo': false,
|
'Comfy.Graph.CanvasInfo': false,
|
||||||
'Comfy.Graph.CanvasMenu': false,
|
'Comfy.Graph.CanvasMenu': false,
|
||||||
|
|||||||
Reference in New Issue
Block a user