[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:
bymyself
2025-10-25 19:10:16 -07:00
parent 39c4be79d4
commit 39ed1d762f

View File

@@ -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,