docs(qa): manual-test inventory + freenet-mail-qa skill#110
Merged
iduartgomez merged 2 commits intomainfrom May 4, 2026
Merged
docs(qa): manual-test inventory + freenet-mail-qa skill#110iduartgomez merged 2 commits intomainfrom
iduartgomez merged 2 commits intomainfrom
Conversation
Cross-node send fails on iso harness because both contact imports left `verified: false`, and `verify_on_send` defaults to true. The send_msg path silently rejects (toast: "Recipient is not verified") so bob never receives — root cause of the harness-only failure tracked in #105. The repro spec added in #104 already had this fix; live-node.spec.ts just hadn't been updated. Tick `fm-verify-check` after filling the local label so the import lands verified.
`docs/qa/manual-test-inventory.md` catalogs every behavior across 9 feature areas (Identity, Contacts, Inbox, Compose, Drafts, Sent, Archive, Settings, Layout, Network) with a status of `auto` / `manual` / `automatable` / `blocked` and either a link to the covering test or a manual repro recipe. `.claude/skills/freenet-mail-qa/SKILL.md` instructs agents on when to consult the matrix (pre-merge, post-bug-fix, pre-release) and how to update it when tests are added. AGENTS.md gains a pointer at the top of the End-to-end testing section so this is discoverable without explicit invocation. Surfaced gaps for future automation: - multi-recipient send - verify_on_send toast on unverified contact - search filter - auto-sign idempotent on Resend - settings round-trip across reload - backup → restore round-trip - 3+ identity switching - reply from Archive folder - Sent Pending → Failed on send error (needs failure-injection harness)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
After #105/#106/#107/#108/#109 closed, automated suites are green but several behaviors (multi-recipient, search filter, auto-sign idempotency, backup round-trip, 3+ identities, reply-from-archive, Sent failure transition) are still manual-only or untested. The matrix surfaces them so the next contributor / agent can pick them off the backlog.
Test plan