From 8e6fb7d0781916d041dc38a8467e1e3b246ef391 Mon Sep 17 00:00:00 2001 From: Linghong Date: Tue, 15 Sep 2026 08:56:16 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=80=80=E5=BD=B9GDD?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除对已移除 GDD 审批弹层选择器的旧断言 保留现役窗口覆盖层样式校验 --- .../tests/appSurface/runtime-settings.suite.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/ai-game-creator-shell/tests/appSurface/runtime-settings.suite.ts b/apps/ai-game-creator-shell/tests/appSurface/runtime-settings.suite.ts index 0811cd81b..eedc12b9e 100644 --- a/apps/ai-game-creator-shell/tests/appSurface/runtime-settings.suite.ts +++ b/apps/ai-game-creator-shell/tests/appSurface/runtime-settings.suite.ts @@ -32,7 +32,6 @@ export function registerAgentStatusDerivationTests() { expect(styles).toContain('.settings-overlay {'); expect(styles).toContain('.launcher-dialog-backdrop {'); expect(styles).toContain('.game-approval-backdrop {'); - expect(styles).toContain('.gdd-approval-card__dialog-backdrop {'); expect(styles).toContain('> .launcher-shell .launcher-main {'); expect(styles).toContain('padding-bottom: 0;'); expect(styles).toContain('> .platform-theme {');