Commit 7c81695b910b2999b8124b49841610e0679226a2
1 parent
593640a0
Exists in
master
and in
27 other branches
capybara: start server on localhost instead of 127.0.0.1 to avoid host link changes
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
features/support/selenium.rb
@@ -21,6 +21,7 @@ Before('@ignore-hidden-elements') do | @@ -21,6 +21,7 @@ Before('@ignore-hidden-elements') do | ||
21 | end | 21 | end |
22 | 22 | ||
23 | Capybara.default_wait_time = 30 | 23 | Capybara.default_wait_time = 30 |
24 | +Capybara.server_host = "localhost" | ||
24 | 25 | ||
25 | After do | 26 | After do |
26 | DatabaseCleaner.clean | 27 | DatabaseCleaner.clean |