mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Use #default_max_wait_time= instead of #default_wait_time=
This commit is contained in:
parent
f1d9a24118
commit
f6ce89fffd
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ Capybara.configure do |config|
|
|||
config.default_driver = :poltergeist
|
||||
config.javascript_driver = :poltergeist
|
||||
config.server_port = 7000
|
||||
config.default_wait_time = 10
|
||||
config.default_max_wait_time = 10
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue