Skip to content

Commit

Permalink
Add dummy favicon + allow slower chrome start
Browse files Browse the repository at this point in the history
  • Loading branch information
jarthod committed Feb 12, 2025
1 parent 441b054 commit e9d38a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added test/dummy/public/favicon.ico
Binary file not shown.
5 changes: 5 additions & 0 deletions test/render-later/engine_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
require 'capybara/cuprite'
Capybara.app = Rails.application
Capybara.server = :puma, { Silent: true }

Capybara.register_driver :cuprite do |app|
Capybara::Cuprite::Driver.new(app, js_errors: true, process_timeout: 30.seconds, headless: true)
end

Capybara.default_driver = :cuprite

class RenderLater::EngineTest < ActionDispatch::IntegrationTest
Expand Down

0 comments on commit e9d38a9

Please sign in to comment.