Skip to content

Commit

Permalink
Disable css animations for testing sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jun 4, 2020
1 parent 6540827 commit 9fd9d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
require 'webdrivers'

Capybara.javascript_driver = :selenium_chrome_headless
Capybara.disable_animation = true

# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
Expand Down

0 comments on commit 9fd9d8d

Please sign in to comment.