fix: align trace disclosure source contract

This commit is contained in:
Codex
2026-05-25 02:00:06 +08:00
parent aa6d7134c8
commit 78e39f01ed
+1 -1
View File
@@ -787,7 +787,7 @@ assert.match(app, /function messageTracePanel/);
assert.match(app, /CODE_AGENT_TRACE_PREVIEW_LIMIT\s*=\s*14/);
assert.match(app, /function messageTraceToolbar/);
assert.match(app, /function messageTraceCountText/);
assert.match(app, /显示最近\s+\$\{CODE_AGENT_TRACE_PREVIEW_LIMIT\}\s+\/\s+可读\s+\$\{displayTotal\}\s+\/\s+原始\s+\$\{rawTotal\}/);
assert.match(app, /显示最近\s+\$\{CODE_AGENT_TRACE_PREVIEW_LIMIT\}\s+\/\s+总计\s+\$\{total\}/);
assert.match(app, /展开全部/);
assert.match(app, /复制 JSON/);
assert.match(app, /下载 trace/);