Can connect admin with user session path
This commit is contained in:
parent
5915a2b7d5
commit
715f086957
3 changed files with 54 additions and 10 deletions
|
@ -38,6 +38,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
|
||||
|
||||
Capybara.default_max_wait_time = 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue