Skip to content

Commit

Permalink
Make it actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince authored Oct 26, 2023
1 parent 9d09028 commit d6b2cbb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/application_system_test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
require "test_helper"

class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400]

Capybara.server = :puma, {Host: "ssl://#{Capybara.server_host}?cert=tmp/127.0.0.1.pem&key=tmp/127.0.0.1-key.pem"}
driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400],
options: {allow_insecure_localhost: true}
end

0 comments on commit d6b2cbb

Please sign in to comment.