Need to enable the version warnings to test the version warnings.

This commit is contained in:
Alexander Brown
2026-01-26 17:51:05 -08:00
parent 16b285a79c
commit 0ca910a63d

View File

@@ -38,6 +38,10 @@ test.describe('Version Mismatch Warnings', () => {
test.beforeEach(async ({ comfyPage }) => {
await comfyPage.setSetting('Comfy.UseNewMenu', 'Top')
await comfyPage.setSetting(
'Comfy.VersionCompatibility.DisableWarnings',
false
)
})
test('should show version mismatch warnings when installed version lower than required', async ({