test(07): complete UAT - 0 passed, 3 issues
This commit is contained in:
parent
27414fc4e1
commit
67e036dc23
|
|
@ -0,0 +1,73 @@
|
||||||
|
---
|
||||||
|
status: complete
|
||||||
|
phase: 07-phase-06-mention-upload
|
||||||
|
source:
|
||||||
|
- 07-01-SUMMARY.md
|
||||||
|
started: 2026-04-17T03:02:59Z
|
||||||
|
updated: 2026-04-17T03:28:56Z
|
||||||
|
---
|
||||||
|
|
||||||
|
## Current Test
|
||||||
|
|
||||||
|
[testing complete]
|
||||||
|
|
||||||
|
## Tests
|
||||||
|
|
||||||
|
### 1. 提交态拼接优先提示且消息区不回显
|
||||||
|
expected: 选择至少 1 个附件/引用后发送消息,请求提交内容包含“优先使用【...】”,但消息区只显示用户原文。
|
||||||
|
result: issue
|
||||||
|
reported: "pass,但是出现了:右键图片的时候弹出ContextMenu,我还没有点击引用就已经触发了引用且自动关闭了ContextMenu的问题"
|
||||||
|
severity: major
|
||||||
|
|
||||||
|
### 2. 附件与 Skill 同时存在时拼接顺序正确
|
||||||
|
expected: 同时选附件和 Skill 发送时,拼接格式为“优先使用【附件...】和【Skill...】”,且附件在前、Skill 在后。
|
||||||
|
result: issue
|
||||||
|
reported: "pass。我需要\n优先使用这个拼接提示词部分的标识要更加独特一些,使用\nXClaw优先使用"
|
||||||
|
severity: minor
|
||||||
|
|
||||||
|
### 3. 三种发送入口行为一致
|
||||||
|
expected: 点击发送按钮与回车发送遵循同一拼接和展示规则;点击建议词仅填充输入(或触发 skill)且不自动发送。
|
||||||
|
result: issue
|
||||||
|
reported: "pass。但是提示词中不要使用skill的name而使用id"
|
||||||
|
severity: major
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
total: 3
|
||||||
|
passed: 0
|
||||||
|
issues: 3
|
||||||
|
pending: 0
|
||||||
|
skipped: 0
|
||||||
|
blocked: 0
|
||||||
|
|
||||||
|
## Gaps
|
||||||
|
|
||||||
|
- truth: "选择至少 1 个附件/引用后发送消息,请求提交内容包含“优先使用【...】”,但消息区只显示用户原文。"
|
||||||
|
status: failed
|
||||||
|
reason: "User reported: pass,但是出现了:右键图片的时候弹出ContextMenu,我还没有点击引用就已经触发了引用且自动关闭了ContextMenu的问题"
|
||||||
|
severity: major
|
||||||
|
test: 1
|
||||||
|
root_cause: ""
|
||||||
|
artifacts: []
|
||||||
|
missing: []
|
||||||
|
debug_session: ""
|
||||||
|
|
||||||
|
- truth: "同时选附件和 Skill 发送时,拼接格式为“优先使用【附件...】和【Skill...】”,且附件在前、Skill 在后。"
|
||||||
|
status: failed
|
||||||
|
reason: "User reported: pass。我需要\n优先使用这个拼接提示词部分的标识要更加独特一些,使用\nXClaw优先使用"
|
||||||
|
severity: minor
|
||||||
|
test: 2
|
||||||
|
root_cause: ""
|
||||||
|
artifacts: []
|
||||||
|
missing: []
|
||||||
|
debug_session: ""
|
||||||
|
|
||||||
|
- truth: "点击发送按钮与回车发送遵循同一拼接和展示规则;点击建议词仅填充输入(或触发 skill)且不自动发送。"
|
||||||
|
status: failed
|
||||||
|
reason: "User reported: pass。但是提示词中不要使用skill的name而使用id"
|
||||||
|
severity: major
|
||||||
|
test: 3
|
||||||
|
root_cause: ""
|
||||||
|
artifacts: []
|
||||||
|
missing: []
|
||||||
|
debug_session: ""
|
||||||
Loading…
Reference in New Issue