Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
* master:
  Allow to run non-headless chrome from command line
  • Loading branch information
tagliala committed Jan 1, 2020
2 parents f33f9df + 0ee0a7f commit 1f075ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
end

config.before(:each, type: :system, js: true) do
driven_by :selenium, using: :headless_chrome
driven_by :selenium, using: ENV['UI'] ? :chrome : :headless_chrome
end
end

0 comments on commit 1f075ca

Please sign in to comment.