Skip to content

Bump capybara from 3.10.1 to 3.11.0

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

Bumps capybara from 3.10.1 to 3.11.0.

Changelog

Sourced from capybara's changelog.

Version 3.11.0

Release date: 2018-11-14

Added

  • Ability for node filters to set detailed error messages
  • Capybara::HTML Will use nokogumbo for HTML parsing if installed
  • Selector#locator_filter added to allow for dynamic locator in selectors

Fixed

  • Node filters are evaluated in the context of the Selector they are used in to ensure the correct options are used
Commits
  • 48b14e3 Update README.md [ci skip]
  • d1fc4b2 Prepare for 3.11.0 release
  • 1ae1329 Update built-in selector documentation
  • a47b9fd Add locator_filter support
  • fb2f6e3 Allow to override the retry time for clicks
  • dc6dd8e JS cleanup
  • 8e7bad8 Update History.md [ci skip]
  • 7aa04bb Use Nokogiri::HTML5 to parse strings if nokogumbo is included
  • 19100ab Merge branch 'dev_gems'
  • 533346c Merge branch 'bundler_version'
  • Additional commits viewable in compare view

Merge request reports