更新退役GDD样式测试
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Successful in 4m31s
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Successful in 4m35s
Project CI / AI game creator shell Rust smoke (pull_request) Successful in 1m58s
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Successful in 5m2s
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Successful in 4m5s
Project CI / AI game creator shell Rust crates (pull_request) Successful in 2m15s
Project CI / Frontend tests (pull_request) Successful in 4m35s
Project CI / Repository checks (pull_request) Successful in 4m3s
Project CI / Native shell tests (pull_request) Successful in 7m5s
Project CI / Backend tests (pull_request) Successful in 8m2s
Project CI / AI game creator shell web tests (pull_request) Successful in 3m12s

删除对已移除 GDD 审批弹层选择器的旧断言

保留现役窗口覆盖层样式校验
This commit is contained in:
2026-09-15 08:56:16 +00:00
parent 94bd7310a9
commit 8e6fb7d078
@@ -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 {');