core(capybara): disable_animation

This commit is contained in:
simon lehericey 2022-10-14 13:52:22 +02:00
parent 5d38345478
commit 4ec13d652a

View file

@ -48,6 +48,8 @@ Capybara.ignore_hidden_elements = false
Capybara.enable_aria_label = true
Capybara.disable_animation = 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