diff --git a/spec/support/capybara.rb b/spec/support/capybara.rb index 912664fe0..dba0047bc 100644 --- a/spec/support/capybara.rb +++ b/spec/support/capybara.rb @@ -35,6 +35,8 @@ Capybara.default_max_wait_time = 2 Capybara.ignore_hidden_elements = false +Capybara.enable_aria_label = true + # Save a snapshot of the HTML page when an integration test fails Capybara::Screenshot.autosave_on_failure = true # Keep only the screenshots generated from the last failing test suite