Skip to content

Bump capybara from 3.9.0 to 3.10.0

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

Bumps capybara from 3.9.0 to 3.10.0.

Changelog

Sourced from capybara's changelog.

Version 3.10.0

Release date: 2018-10-23

Added

  • :class filter can now check for class names starting with !
  • Selector xpath/css expression definitions will get filter names from block parameters if not explicitly provided
  • any_of_selectors assertions and matchers to complement all_of_selectors and none_of_selectors

Fixed

  • Selector css expression definiton declared filters now work again
  • Cleaned up warnings [Yuji Yaginuma]
  • Workaround installation of rspec matcher proxies under jruby by reverting to the old solution not using prepend, so jruby bugs are not hit - Issue #2115
Commits
  • daaab22 Prepare for 3.10.0 release
  • 55bbce1 minor form cleanup
  • c2e11c8 Add ...any_of_selectors assertions and matchers to complement all_of/`any...
  • 1f2a028 Reorganize matcher proxies so JRuby is only checked once
  • 057b552 Merge pull request #2116 from deivid-rodriguez/workaround_jruby_prepend_issue
  • 5b235eb Use old solution for matcher proxies on jruby
  • 083703d Remove no longer necessary options and add W3C mode tests for chromedriver
  • 3b294d3 rack_test driver should return submission element in document order
  • 71491a6 Update History.md [ci skip]
  • cc51111 minor cleanup
  • Additional commits viewable in compare view

Merge request reports

Loading