fix(qa): align telegram commands live assertion

This commit is contained in:
Peter Steinberger
2026-04-23 06:03:36 +01:00
parent a2db4c9cdd
commit 86ace805b7

View File

@@ -223,7 +223,7 @@ const TELEGRAM_QA_SCENARIOS: TelegramQaScenarioDefinition[] = [
buildRun: (sutUsername) => ({
expectReply: true,
input: `/commands@${sutUsername}`,
expectedTextIncludes: ["/help", "More: /tools for available capabilities"],
expectedTextIncludes: ["Commands (1/", "/session", "/verbose"],
}),
},
{