feat(FN-4003): merge fusion/fn-4003

This commit is contained in:
gsxdsm
2026-05-11 06:36:38 -07:00
parent ef6118f53a
commit 7e1f2594bc
2 changed files with 2 additions and 2 deletions

View File

@@ -647,7 +647,7 @@ describe("QuickChatFAB session-first UX", () => {
});
});
it("FN-3945: snaps to bottom when opening with an active session already loaded", async () => {
it("FN-3945: snaps to bottom on controlled initial open (open=false -> open=true) with an active session already loaded", async () => {
mockFetchChatMessages.mockResolvedValueOnce({
messages: [{ id: "msg-open", sessionId: "session-model", role: "assistant", content: "Loaded", createdAt: new Date().toISOString() }],
});