Description
The goal is to protect critical user flows. Add E2E test: connect wallet (or mock) → subscribe to a creator → unlock one piece of content. Assert UI updates and no errors.
Tasks
- Add E2E framework if missing (e.g. Playwright, Cypress)
- Implement test: connect → subscribe → unlock
- Use testnet or mocked RPC
- Run in CI
Acceptance Criteria
- E2E runs connect → subscribe → unlock
- Test passes in CI
- Flaky failures addressed