Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-07-15 16:16:55 +0300
committerNick Thomas <nick@gitlab.com>2019-07-22 16:28:31 +0300
commita600f147b4e9045534d4cf66e207d230b2af954e (patch)
treed0ca217249aec95a554255b2866d7796f9abf629 /spec/support/capybara.rb
parent886a6957ec0d981426219f42d75e0af145a9f7cf (diff)
Add Aria support to capybara
Diffstat (limited to 'spec/support/capybara.rb')
-rw-r--r--spec/support/capybara.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/capybara.rb b/spec/support/capybara.rb
index 56ac208a025..60990879fe2 100644
--- a/spec/support/capybara.rb
+++ b/spec/support/capybara.rb
@@ -58,6 +58,7 @@ Capybara.javascript_driver = :chrome
Capybara.default_max_wait_time = timeout
Capybara.ignore_hidden_elements = true
Capybara.default_normalize_ws = true
+Capybara.enable_aria_label = true
# Keep only the screenshots generated from the last failing test suite
Capybara::Screenshot.prune_strategy = :keep_last_run