I have an app which makes AJAX calls on certain events (e.g. .click
). Is there a way to "listen" to real AJAX requests from feature specs
with Capybara
/ Selenium
?
I tried the Teaspoon gem
, but apparently its only allowing accessing fixture URLs (as per this SO).