You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a new test case to verify the behavior of the AvatarImage widget when the avatar URL fails to load.
The test uses HttpOverrides with a MockHttpClient to reliably simulate a network error. It then asserts that the expected placeholder widget (identified by its icon, ZulipIcons.person) is rendered, ensuring the error handling is working correctly.
0 commit comments