fix(FN-xxx): preserve quick chat input focus on mobile send
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user