Ask A Question

Notifications

You’re not receiving notifications from this thread.

Capybara is sending HTML format on request instead of JS

Zubin Teherani asked in Testing

The feature works perfectly on the browser, however on the tests when Capybara clicks the submit button the request is processed as an HTML:
Processing by SearchController#index as HTML

Instead of:
Processing by SearchController#index as JS

This is my form on the view:
<%= form_with url: search_index_path, local: false, id: 'search-organization', method: :get do |f| %>

I'm using Rspec, capybara and poltergeist.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.