Allow tags to be removed with the keyboard
We improved accessibility by overwriting the setIcon method in the library. Now we render a button and add the aria-label attribute.
This commit is contained in:
@@ -46,5 +46,6 @@ Capybara.register_driver :headless_chrome do |app|
|
||||
end
|
||||
|
||||
Capybara.exact = true
|
||||
Capybara.enable_aria_label = true
|
||||
|
||||
OmniAuth.config.test_mode = true
|
||||
|
||||
Reference in New Issue
Block a user