Disable capybara animation

Turn off jquery animation to avoid tests with animations to fail and make
tests easy to debug.

Co-authored-by: Stephan Kulow <coolo@suse.de>
This commit is contained in:
Ana María Martínez Gómez 2019-03-15 15:27:09 +01:00 committed by Henne Vogelsang
parent e3726c776e
commit 9e1b214c60
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0

View file

@ -60,6 +60,8 @@ RSpec.configure do |config|
# --seed 1234
config.order = 'random'
Capybara.disable_animation = true
Capybara.register_driver :firefox do |app|
Capybara::Selenium::Driver.new(app, browser: :firefox)
end