running 1 test from ./client/admin/pages_know_info.test.tsx 知识库管理页面测试 ... 应正确渲染页面元素 ... ok (2s) 初始加载表格数据 ... ok (1s) 搜索表单应正常工作 ... ok (2s) 表格应加载并显示数据 ... ok (114ms) 应能打开添加文章模态框 ... ------- output -------  添加知识库文章  ----- output end ----- 应能打开添加文章模态框 ... ok (1s) 应能完整添加一篇文章 ... ------- output -------    确 定  ----- output end ----- 应能完整添加一篇文章 ... FAILED (1s) 知识库管理页面测试 ... FAILED (due to 1 failed step) (9s)  ERRORS  知识库管理页面测试 ... 应能完整添加一篇文章 => ./client/admin/pages_know_info.test.tsx:324:15 error: AssertionError: Values are not equal: 标题输入框值未更新 [Diff] Actual / Expected - 数据分析测试文章标题 + 测试文章标题  throw new AssertionError(message);  ^ at assertEquals (https://deno.land/std@0.217.0/assert/assert_equals.ts:52:9) at file:///docker/codeserver/project/test/d8d-ai-blank-templates/admin-mobile-starter/client/admin/pages_know_info.test.tsx:348:9 at eventLoopTick (ext:core/01_core.js:217:9) at async innerWrapped (ext:cli/40_test.js:180:5) at async exitSanitizer (ext:cli/40_test.js:96:27) at async Object.outerWrapped [as fn] (ext:cli/40_test.js:123:14) at async TestContext.step (ext:cli/40_test.js:481:22) at async fn (file:///docker/codeserver/project/test/d8d-ai-blank-templates/admin-mobile-starter/client/admin/pages_know_info.test.tsx:324:7)  FAILURES  知识库管理页面测试 ... 应能完整添加一篇文章 => ./client/admin/pages_know_info.test.tsx:324:15 FAILED | 0 passed (5 steps) | 1 failed (1 step) (9s)