Problem
There are no end-to-end tests covering the complete
loan lifecycle from auth through repayment.
What To Build
Create test/e2e/loan-lifecycle.e2e-spec.ts covering:
- Auth flow (nonce + verify)
- Learner profile
- Vendor setup
- Loan application
- Loan approval
- Installment repayment
- Reputation check
- Full repayment
Files To Touch
- test/e2e/loan-lifecycle.e2e-spec.ts (new)
- test/e2e/helpers/test-wallet.ts (new)
- test/e2e/helpers/test-setup.ts (new)
Acceptance Criteria
Mandatory Checks Before PR
Problem
There are no end-to-end tests covering the complete
loan lifecycle from auth through repayment.
What To Build
Create test/e2e/loan-lifecycle.e2e-spec.ts covering:
Files To Touch
Acceptance Criteria
Mandatory Checks Before PR