The settings page test suite currently triggers multiple React act(...) console warning traces due to post-mount API status queries resolving outside the test wrapper boundaries. Additionally, the app risks runtime crashes if backend fetch endpoints resolve empty or unmocked payloads. This issue is to fix the warnings and add defensive fallbacks.
The settings page test suite currently triggers multiple React
act(...)console warning traces due to post-mount API status queries resolving outside the test wrapper boundaries. Additionally, the app risks runtime crashes if backend fetch endpoints resolve empty or unmocked payloads. This issue is to fix the warnings and add defensive fallbacks.