Skip to content

Bump capybara from 3.25.0 to 3.26.0

NipaNipa requested to merge dependabot/bundler/capybara-3.26.0 into master

Bumps capybara from 3.25.0 to 3.26.0.

Changelog

Sourced from capybara's changelog.

Version 3.26.0

Release date: 2019-07-15

Added

  • w3c_click_offset configuration option applies to right_click and double_click as well as click
  • Warning when passing nil to the text/content assertions/expectations
  • Session#server_url returns the base url the AUT is being run at (when controlled by Capybara)
  • option selector type accepts an integer as locator

Fixed

  • Default puma server registration now specifies queue_requests: false - Issue #2227
  • Workaround issue with FF 68 and hanging during reset if a system modal is visible
  • Don't expand file path if it's already absolute - Issue #2228
Commits
  • d205bbc Update README.md for 3.26_stable branch [ci skip]
  • ed1f5c8 Prepare for 3.26.0 release
  • b42258b Update History.md [ci skip]
  • 2e55040 Workaround FF 68 hanging on reset if a system modal is displayed
  • 482dfb3 Only expand the path if not already absolute
  • 0305263 Support passing an Integer to the :option selector type
  • 85bb55e Allow jruby to fail until nio4r building is fixed
  • 1d42935 Update History.md [ci skip]
  • 5752b7e Add queue_requests = false to default puma config - Issue #2227
  • 9ae0a8c Add Server#base_url and make Session#server_url part of the public API
  • Additional commits viewable in compare view

Merge request reports