diff --git a/LOTUS_TESTING.md b/LOTUS_TESTING.md index c5dc098d5..6e3ff0b25 100644 --- a/LOTUS_TESTING.md +++ b/LOTUS_TESTING.md @@ -118,6 +118,7 @@ This guards against a permanently-stuck "Loading…" call. - On a genuine failure/timeout (~25s), instead of an endless spinner you get a **visible error overlay with Retry / Leave** buttons. - **Retry** attempts to reload the call; **Leave** exits cleanly. - Normal joins must **not** trigger the error overlay (no false positives) — this is the important part to confirm. +- **Self-heal:** if the error overlay appears on a slow network but EC then finishes loading anyway, the overlay should **dismiss itself** and drop you into the live call (it no longer strands you on the error screen). Worth confirming on a deliberately throttled-but-not-blocked connection. ---