Skip to content

Commit

Permalink
Merge branch 'master' into bugfix-opensearch-routing
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Dec 13, 2017
2 parents 7a806b6 + bf81789 commit b266487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geoblacklight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.required_rubygems_version = '>= 2.5.2'

spec.add_dependency 'rails', '~> 5.0'
spec.add_dependency 'blacklight', '~> 6.10'
spec.add_dependency 'blacklight', '<= 6.11.0'
spec.add_dependency 'leaflet-rails', '~> 0.7.3'
spec.add_dependency 'font-awesome-rails'
spec.add_dependency 'config'
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Capybara.register_driver(:headless_chrome) do |app|
capabilities = Selenium::WebDriver::Remote::Capabilities.chrome(
chromeOptions: { args: %w(headless disable-gpu) }
chromeOptions: { args: %w(headless disable-gpu window-size=1280,1024) }
)

Capybara::Selenium::Driver.new(app,
Expand Down

0 comments on commit b266487

Please sign in to comment.