I'm using Capybara with Ruby on Rails to create an integration test that will fill in all of the fields and submit the form. This will then load a new page to the browser. Is it possible to get the response for this second page in the test?I'm using Capybara with Ruby on Rails to create