Validating the Display of Token Price Charts Within the Asset List

To provide users with more context about their investments, some wallets integrate simple price charts. This test checks if tapping on a token in the asset list reveals a small, interactive price chart showing the token’s performance over different time periods (e.g., 1 day, 1 week, 1 month). The chart should be sourced from a reliable price oracle and update in near real-time. This feature allows users to quickly assess the performance of their assets without needing to leave the wallet and check a separate exchange or market data website. It integrates basic portfolio tracking directly into the wallet experience. The implementation must be performant and not significantly slow down the app when scrolling through the asset list. The choice of price data provider is crucial for accuracy, and this information is often disclosed in the app’s terms or on the data provider’s website, which can be linked from the resources at metamask. The test is successful if the charts are displayed, are accurate, and respond to user interaction.