From 0ca910a63d863f75446270c40415abd5ba9a6645 Mon Sep 17 00:00:00 2001 From: Alexander Brown <448862+DrJKL@users.noreply.github.com> Date: Mon, 26 Jan 2026 17:51:05 -0800 Subject: [PATCH] Need to enable the version warnings to test the version warnings. --- browser_tests/tests/versionMismatchWarnings.spec.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser_tests/tests/versionMismatchWarnings.spec.ts b/browser_tests/tests/versionMismatchWarnings.spec.ts index 4b3ff3e30..223770b12 100644 --- a/browser_tests/tests/versionMismatchWarnings.spec.ts +++ b/browser_tests/tests/versionMismatchWarnings.spec.ts @@ -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 ({