Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorcy committed Aug 28, 2023
1 parent 96a9858 commit e3851cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@

# Uses faster rack_test driver when JavaScript support not needed
Capybara.default_driver = :rack_test # This is a faster driver
Capybara.javascript_driver = :selenium # This is slower
Capybara.javascript_driver = :selenium_chrome_headless_sandboxless # This is slower

Capybara.default_max_wait_time = 20
Capybara.default_max_wait_time = 60

RSpec.configure do |config|
include LdapManager
Expand Down

0 comments on commit e3851cb

Please sign in to comment.