Using Twitter Typeahead with Capybara

I ran into a situation where I need to test a typeahead autocomplete field. For some reason the interaction with the autocomplete field does not show suggestions. I have searched for a solution, and almost all of them involved the execution of some sort of scripts using Capybara.

Read More