Skip to content

Commit ef48ca8

Browse files
committed
remove disabling animations for phantomjs
1 parent 26ae3b7 commit ef48ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rails_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
when :poltergeist, :poltergeist_errors_ok, :poltergeist_no_animations
5757
require "capybara/poltergeist"
5858
opts = {
59-
extensions: ["#{Rails.root}/spec/support/phantomjs-disable-animations.js"],
59+
# extensions: ["#{Rails.root}/spec/support/phantomjs-disable-animations.js"],
6060
window_size: [1280, 720],
6161
screen_size: [1600, 1200]
6262
}

0 commit comments

Comments
 (0)