diff --git a/features/support/env.rb b/features/support/env.rb index 6492e85789..e38538a9e5 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -36,7 +36,7 @@ Capybara.configure do |config| config.default_selector = :css config.default_wait_time = 10 config.exact_options = true - config.ignore_hidden_elements = false + config.ignore_hidden_elements = true config.match = :one config.visible_text_only = true end