fix(FN-xxx): preserve quick chat input focus on mobile send

This commit is contained in:
gsxdsm
2026-05-01 07:12:40 -07:00
parent 41e5458610
commit 7f55dde353
3 changed files with 63 additions and 2 deletions

View File

@@ -2156,6 +2156,7 @@ describe("QuickChatFAB", () => {
const sendButton = screen.getByTestId("quick-chat-send");
fireEvent.touchStart(sendButton);
fireEvent.click(sendButton);
await waitFor(() => {
expect(mockStreamChatResponse).toHaveBeenCalledTimes(1);