-
Notifications
You must be signed in to change notification settings - Fork 1.6k
test(controllers): Add comprehensive error handling tests for ConnectionController (APKT-2901) #4364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…ionController (APKT-2901) Co-Authored-By: derek@reown.com <alexanderderekrein@gmail.com>
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
11 Skipped Deployments
|
Coverage Report
File CoverageNo changed files found. |
…r tests Co-Authored-By: derek@reown.com <alexanderderekrein@gmail.com>
Co-Authored-By: derek@reown.com <alexanderderekrein@gmail.com>
Co-Authored-By: derek@reown.com <alexanderderekrein@gmail.com>
|
@devin-ai-integration can you resolve merge conflict? |
…749-APKT-2901-connection-controller-error-tests
| properties: { message: connectionError.message } | ||
| }) | ||
|
|
||
| verifyEventSent(eventsSpy, 'CONNECT_ERROR') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comprehensive error handling tests for ConnectionController (APKT-2901)
Description
This PR adds comprehensive error handling tests for the ConnectionController, organized by error category:
Connection Failures
Timeout Scenarios
Invalid Wallet Responses
Network Disconnections
Recovery Mechanisms
Implementation Details
Ticket
APKT-2901
Link to Devin run
https://app.devin.ai/sessions/92237a7e2e66477bb980b14b21efe222
Requested by
derek@reown.com