Skip to content

Commit

Permalink
Set headless_chrome screen_size
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed Oct 18, 2019
1 parent e4b9099 commit b7e96c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
end end


config.before(:each, type: :system, js: true) do config.before(:each, type: :system, js: true) do
driven_by :selenium_chrome_headless driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1080]
end end


unless ENV['FULL_BACKTRACE'] unless ENV['FULL_BACKTRACE']
Expand Down

0 comments on commit b7e96c4

Please sign in to comment.