test: Stabilize BTC insufficient funds smoke assertion#26066
test: Stabilize BTC insufficient funds smoke assertion#26066javiergarciavera merged 2 commits intomainfrom
Conversation
Co-authored-by: javiergarciavera <javiergarciavera@users.noreply.github.com>
Co-authored-by: javiergarciavera <javiergarciavera@users.noreply.github.com>
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: The method is used in two test files:
Both tests are in the The change is low risk because:
Performance Test Selection: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #26066 +/- ##
==========================================
+ Coverage 81.13% 81.18% +0.05%
==========================================
Files 4387 4392 +5
Lines 113355 113429 +74
Branches 24339 24348 +9
==========================================
+ Hits 91966 92089 +123
+ Misses 15009 14976 -33
+ Partials 6380 6364 -16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|



Description
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Test-only change that tightens a UI assertion; low risk aside from potential for increased test flakiness if the expected text/id changes.
Overview
Updates the
RedesignedSendViewpage object’scheckInsufficientFundsErrorassertion to verify the error message text viaAssertions.expectElementToHaveText(instead of only checking visibility), improving stability/accuracy of the insufficient-funds smoke check.Written by Cursor Bugbot for commit 9f85db9. This will update automatically on new commits. Configure here.