We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ae3b7 commit ef48ca8Copy full SHA for ef48ca8
spec/rails_helper.rb
@@ -56,7 +56,7 @@
56
when :poltergeist, :poltergeist_errors_ok, :poltergeist_no_animations
57
require "capybara/poltergeist"
58
opts = {
59
- extensions: ["#{Rails.root}/spec/support/phantomjs-disable-animations.js"],
+ # extensions: ["#{Rails.root}/spec/support/phantomjs-disable-animations.js"],
60
window_size: [1280, 720],
61
screen_size: [1600, 1200]
62
}
0 commit comments