From c996b5c127fbfafc3f66dcb12180397137ed0e07 Mon Sep 17 00:00:00 2001 From: Linghong Date: Wed, 16 Sep 2026 06:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=B7=A5=E5=85=B7=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E6=97=B6=E9=97=B4=E6=96=87=E6=A1=88=E6=96=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 按当前时分秒格式更新回合工具时间测试。 --- .../tests/appSurface/project-development.suite.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai-game-creator-shell/tests/appSurface/project-development.suite.ts b/apps/ai-game-creator-shell/tests/appSurface/project-development.suite.ts index 0136a059a..c660198a9 100644 --- a/apps/ai-game-creator-shell/tests/appSurface/project-development.suite.ts +++ b/apps/ai-game-creator-shell/tests/appSurface/project-development.suite.ts @@ -8442,7 +8442,7 @@ export function registerProjectSupervisorSurfaceTests() { // 同一回合的用户消息时间(App 提交时写入)→ 显示「发送 → 结束」。 expect( groupHead.querySelector('.agent-tool-call-group-time')?.textContent, - ).toMatch(/^\d{2}:\d{2} → \d{2}:\d{2}$/); + ).toMatch(/^\d{2}:\d{2}:\d{2} → \d{2}:\d{2}:\d{2}$/); // 实时回合的块落在消息流末尾:该回合 assistant 消息还没落盘, // 所以它在上一条 assistant 消息之后,而不是被锚到别人头上。 const liveChildren = Array.from((messageList as HTMLElement).children);