diff options
Diffstat (limited to 'features/support/env.rb')
-rw-r--r-- | features/support/env.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/env.rb b/features/support/env.rb index 08b627f57b7..7c8a4aa9373 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -30,7 +30,7 @@ Spinach.hooks.on_tag("javascript") do ::Capybara.current_driver = ::Capybara.javascript_driver end Capybara.default_wait_time = 10 - +Capybara.ignore_hidden_elements = false DatabaseCleaner.strategy = :truncation |