config.rb 330 B

12345678910
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. Capybara.configure do |config|
  3. config.threadsafe = true
  4. config.always_include_port = true
  5. config.default_max_wait_time = 16
  6. # Enable [aria-label] support for field finders, i.e. find_button().
  7. config.enable_aria_label = true
  8. end