From d8d3a50b889a90dcbb59a2066d98b4737dddf803 Mon Sep 17 00:00:00 2001 From: Linghong Date: Wed, 16 Sep 2026 06:58:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E7=A9=BA=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E5=8F=91=E9=80=81=E6=8C=89=E9=92=AE=E5=A5=91=E7=BA=A6?= 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 920c5ebef..2aea5471a 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 @@ -7078,7 +7078,7 @@ export function registerProjectSupervisorSurfaceTests() { ).toBeNull(); expect( within(supervisorSurface).getByRole('button', { name: '发送' }), - ).toHaveProperty('disabled', false); + ).toHaveProperty('disabled', true); expect(screen.queryByLabelText('项目总控对话')).toBeNull(); });