frontend/e2e/tests/ holds only three specs (wallet-connect, dashboard-and-flows, visual-regression), so the pool deposit/withdraw and reputation proof journeys — the product's core — have no browser-level coverage.
Add e2e specs for the pool and reputation flows against a sandboxed deployment.
Acceptance criteria:
- Pool deposit, the note backup gate, and relayed withdrawal have specs.
- Reputation proof generation and verification have specs.
- The specs run in the same Playwright config and CI job as the existing ones.
frontend/e2e/tests/holds only three specs (wallet-connect, dashboard-and-flows, visual-regression), so the pool deposit/withdraw and reputation proof journeys — the product's core — have no browser-level coverage.Add e2e specs for the pool and reputation flows against a sandboxed deployment.
Acceptance criteria: