test(chats): ensure saved chat delete clears history only
Some checks failed
CI / test (push) Failing after 1m28s

This commit is contained in:
2026-03-08 20:27:33 +03:00
parent f57e254bcc
commit 362098b954
2 changed files with 35 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ Legend:
2. User Profile - `DONE` (username, name, avatar, bio, update)
3. User Status - `PARTIAL` (online/last seen/offline; "recently" heuristic limited)
4. Contacts - `PARTIAL` (list/search/add/remove/block/unblock; `add by email` flow covered by integration tests including `success/not found/blocked conflict`; UX moved to menu)
5. Chat List - `DONE` (all/pinned/archive/sort/unread)
5. Chat List - `DONE` (all/pinned/archive/sort/unread; saved-messages delete behavior covered: clear history without deleting chat)
6. Chat Types - `DONE` (private/group/channel)
7. Chat Creation - `DONE` (private/group/channel)
8. Messages (base) - `DONE` (send/read/edit/delete/delete for all; 7-day edit window enforced and covered by integration tests; group UI shows sender names over bubbles + sender avatars on incoming message clusters)