I have a search interface with instant search as you type. It is optimized to send AJAX requests only when they are needed, so I want to test if it does it correctly.
How do I check if Ajax request was sent? (any request would be good enough) .. also would be good to check if Ajax request was aborted (in other testcase)