From 1cbef4dae508f869d4059a5c3c04ad3d356adee5 Mon Sep 17 00:00:00 2001 From: Rocky <72559939+hkgood@users.noreply.github.com> Date: Sun, 23 Aug 2026 20:27:44 +0800 Subject: [PATCH] Fix web content test registration Register the existing web page content test in the keyboard suite so CI validates the complete on-disk test set. --- Tests/suite-manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/suite-manifest.json b/Tests/suite-manifest.json index 96c2171..ed61d8b 100644 --- a/Tests/suite-manifest.json +++ b/Tests/suite-manifest.json @@ -178,6 +178,7 @@ "OSGKeyboardTests/KeyboardTranslationConfigProtectionTests", "OSGKeyboardTests/AIHintPoolTests", "OSGKeyboardTests/AIHintKeywordExtractorTests", + "OSGKeyboardTests/WebPageContentServiceTests", "OSGKeyboardTests/AIAgentSkillLayoutTests", "OSGKeyboardTests/AIUserSkillTests", "OSGKeyboardTests/AIUserSkillStoreTests",