Fix some tests
This commit is contained in:
parent
fb737df463
commit
e7b7652388
6 changed files with 5 additions and 6 deletions
|
@ -41,7 +41,7 @@ Capybara.register_driver :poltergeist do |app|
|
|||
Capybara::Poltergeist::Driver.new(app, js_errors: true, port: 44_678 + ENV['TEST_ENV_NUMBER'].to_i, phantomjs_options: ['--proxy-type=none'], timeout: 180)
|
||||
end
|
||||
|
||||
#ActiveSupport::Deprecation.silenced = true
|
||||
ActiveSupport::Deprecation.silenced = true
|
||||
|
||||
Capybara.default_max_wait_time = 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue