I'm trying to write integration tests for my Rails application. Its GUI is pretty complex, so it needs lots of integration tests (as opposed to controller or unit tests) to make sure all the AJAX requests and DOM rendering work correctly.
I've tried Capybara, Capybara-webkit, Poltergeist, and Chromedriver - but none of them are executing any of my CSS or document.ready functions.
I've done an extensive amount of reading and tried many solutions, but am having no success. I think it may be something to do with the asset pipeline.
I'm not sure where to look next to troubleshoot the issue.
Thanks, Louise