From aa1059135fe41d5c7d1bb160f4ff23fb5a91ed90 Mon Sep 17 00:00:00 2001 From: Rocky <72559939+hkgood@users.noreply.github.com> Date: Mon, 17 Aug 2026 20:14:06 +0800 Subject: [PATCH] fix(ci): align test manifest with current test classes --- Tests/suite-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/suite-manifest.json b/Tests/suite-manifest.json index e30e7b3..7ba1477 100644 --- a/Tests/suite-manifest.json +++ b/Tests/suite-manifest.json @@ -131,7 +131,7 @@ "OSGKeyboardExtTests/RimeSchemaGeneratorTests", "OSGKeyboardExtTests/RimePersonalDictionaryExporterTests", "OSGKeyboardExtTests/TypingTouchTrackerTests", - "OSGKeyboardTests/CursorNavigationTests", + "OSGKeyboardTests/AssistantFieldActionTests", "OSGKeyboardTests/KeyboardTranslationConfigProtectionTests", "OSGKeyboardTests/AIHintPoolTests", "OSGKeyboardTests/AIHintKeywordExtractorTests",