docs: move accountConnectionStatusProvider task to done.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Güttler
2026-04-26 21:23:59 +02:00
co-authored by Claude Sonnet 4.6
parent e50ff3cd1d
commit ad31a3bf14
2 changed files with 9 additions and 29 deletions
+9
View File
@@ -6,6 +6,15 @@ Tasks get moved from next.md to done.md
## Tasks
## Override accountConnectionStatusProvider in E2E test (fix Android pumpAndSettle deadlock)
`accountConnectionStatusProvider` overridden in `integration_test/app_e2e_test.dart` so
`_AccountTile` never shows a `CircularProgressIndicator` during tests. The spinner's
continuous animation prevented `pumpAndSettle()` from settling on Android. Reverted
`pumpUntil` to use `pumpAndSettle()` again. Commit: e50ff3c.
---
## Fix task check: unencrypted IMAP error + coverage gate
- `account_sync_manager_test.dart`: inject `_connectImapPlain` (bypasses the production SSL check) so the test works against the plain-IMAP dev Stalwart.