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 ({