mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
test(qa): thread telegram long final prompts
This commit is contained in:
@@ -366,6 +366,7 @@ describe("telegram live qa runtime", () => {
|
||||
).toMatchObject({
|
||||
expectedJoinedSutTextIncludes: ["TELEGRAM-LONG-FINAL-BEGIN", "TELEGRAM-LONG-FINAL-END"],
|
||||
expectedSutMessageCount: 2,
|
||||
replyToLatestSutMessage: true,
|
||||
});
|
||||
expect(
|
||||
scenarios
|
||||
@@ -377,6 +378,7 @@ describe("telegram live qa runtime", () => {
|
||||
"TELEGRAM-LONG-FINAL-3CHUNK-END",
|
||||
],
|
||||
expectedSutMessageCount: 3,
|
||||
replyToLatestSutMessage: true,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@@ -312,6 +312,7 @@ const TELEGRAM_QA_SCENARIOS: TelegramQaScenarioDefinition[] = [
|
||||
expectedTextIncludes: ["TELEGRAM-LONG-FINAL-BEGIN"],
|
||||
expectedJoinedSutTextIncludes: ["TELEGRAM-LONG-FINAL-BEGIN", "TELEGRAM-LONG-FINAL-END"],
|
||||
expectedSutMessageCount: 2,
|
||||
replyToLatestSutMessage: true,
|
||||
settleMs: 4_000,
|
||||
}),
|
||||
},
|
||||
@@ -330,6 +331,7 @@ const TELEGRAM_QA_SCENARIOS: TelegramQaScenarioDefinition[] = [
|
||||
"TELEGRAM-LONG-FINAL-3CHUNK-END",
|
||||
],
|
||||
expectedSutMessageCount: 3,
|
||||
replyToLatestSutMessage: true,
|
||||
settleMs: 4_000,
|
||||
}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user