Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|



Description
MusdConversionAssetOverviewCta: Align text assertions with current i18n (boost_title / boost_description); use MUSD_CONVERSION_APY and drop redundant getByText('mUSD').
EarnMusdConversionEducationView: Match description via regex (description is rendered with " Terms apply." in the same Text); assert APY percentage on children[0] instead of children.
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk: changes are limited to component-view test assertions and how text is matched/inspected, with no production logic modifications.
Overview
Updates mUSD conversion component-view tests to match the current rendered copy and i18n behavior.
The education view tests now match the description via regex (to tolerate the appended “Terms apply.” text) and adjust APY assertions to check the first child node. The asset overview CTA tests switch to asserting the new
boost_title/boost_descriptionstrings usingMUSD_CONVERSION_APY, and remove redundant checks for a separatemUSDtext node.Written by Cursor Bugbot for commit 03c42f6. This will update automatically on new commits. Configure here.