Details
Details
Assignee
Unassigned
UnassignedReporter
Zak Burke
Zak BurkeLabels
Priority
Story Points
0
Development Team
Volaris
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 15, 2024 at 5:19 PM
Updated September 30, 2024 at 7:37 AM
Summary: The UserDetail pane shows a loading spinner when it should show an error message if the
selUser
request fails with a 4xx response other than 404.Details: userNotFound() checks for 404 but not other 4xx responses, resulting in the misleading display of the loading-spinner for a request that is, in fact, complete. UserDetail should be able to handle any 4xx or 5xx response. It’s fine if we want 404 to be a special case, and we may not need separate translations and handlers for each other erroor, but we should at least present the response in the UI so the user knows the request failed.