See the Browser’s Console Messages in Rspec
In your rails_helper.rb file, in the Rspec.configure block (of course), add this little magic: config.after(:each) do |example| if self.class.metadata[:type] == :feature puts "BROWSER LOGS ------------->...