style: 统一审核智能体状态展示口径
This commit is contained in:
@@ -422,7 +422,7 @@ def test_chat_page_shows_top_context_and_recommended_prompts(client, db):
|
||||
assert "当前流程类型" in content
|
||||
assert "registration" in content
|
||||
assert "当前审核阶段" in content
|
||||
assert "processing" in content
|
||||
assert "处理中" in content
|
||||
assert "当前最高风险等级" in content
|
||||
assert "推荐提问模板" in content
|
||||
assert "请汇总当前资料包的章节点、页数和目录覆盖情况" in content
|
||||
@@ -486,7 +486,7 @@ def test_chat_page_shows_consistency_card_from_conversation_summary(client, db):
|
||||
assert "一致性核查能力卡" in content
|
||||
assert "申请表与说明书不一致" in content
|
||||
assert "疑似混入其他产品资料" in content
|
||||
assert "high" in content
|
||||
assert "高" in content
|
||||
|
||||
|
||||
def test_chat_page_shows_completeness_card_from_conversation_summary(client, db):
|
||||
@@ -727,7 +727,9 @@ def test_chat_page_shows_risk_and_notification_cards_from_conversation_summary(c
|
||||
assert response.status_code == 200
|
||||
assert "风险预警能力卡" in content
|
||||
assert "总风险等级" in content
|
||||
assert "high" in content
|
||||
assert "高" in content
|
||||
assert "是否通过" in content
|
||||
assert "已阻断" in content
|
||||
assert "注册资料负责人" in content
|
||||
assert "注册事务部" in content
|
||||
assert "字段冲突" in content
|
||||
@@ -738,7 +740,7 @@ def test_chat_page_shows_risk_and_notification_cards_from_conversation_summary(c
|
||||
assert "CH1.11.5 沟通记录缺失" in content
|
||||
assert "飞书通知能力卡" in content
|
||||
assert "task_completed" in content
|
||||
assert "sent" in content
|
||||
assert "已发送" in content
|
||||
|
||||
|
||||
def test_chat_upload_keeps_existing_conversation_binding_and_adds_documents(client, db):
|
||||
|
||||
Reference in New Issue
Block a user