Conversation
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
The AssetOverview/Price component is used in token detail views to display price information, but this specific text formatting change doesn't impact any E2E test scenarios. None of the available E2E test tags specifically cover asset price display formatting. The change is well-contained and low-risk. Performance Test Selection: |
|


Description
This bug was introduced after RWA tokens were introduced in this PR
Changelog
CHANGELOG entry: remove subtitle in token details
Related issues
Fixes: #25478 & https://consensyssoftware.atlassian.net/browse/ASSETS-2586
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
UI-only formatting change in the asset header plus test/snapshot updates; low risk aside from potential minor layout regressions for edge-case token names.
Overview
Fixes the token details subtitle rendering in
AssetOverviewby combining the asset name and ticker/symbol into a single text node (name (ticker)), while preserving the special two-line layout when a stock/RWA badge is shown.Updates
Priceheader unit tests and theAssetOverviewsnapshot to match the new subtitle format, including cases wheretickeris missing (falls back tosymbol).Written by Cursor Bugbot for commit a0f9bfe. This will update automatically on new commits. Configure here.