Overview
Create a mocked integration test that covers the full deposit UI flow.
Requirements
- Render dashboard with mocked wallet and SDK
- Enter deposit amount
- Submit deposit
- Show success state
- Refresh balance after success
Acceptance Criteria
- Deposit flow is covered from UI to mocked SDK call
- Test can run in CI
- Failure state is also tested
Labels: testing, integration
Overview
Create a mocked integration test that covers the full deposit UI flow.
Requirements
Acceptance Criteria
Labels: testing, integration