mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #2437 from Ana06/capybara_animation
Disable capybara animation
This commit is contained in:
commit
eeec3df7aa
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue