Capybara v2.17.0 Release Notes

  • ๐Ÿš€ Release date: 2018-01-02

    โž• Added

    • have_all_of_selectors, have_none_of_selectors RSpec matchers for parity with minitest assertions [Thomas Walpole]

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow xpath 3.x gem [Thomas Walpole]
    • Issue when drivers returned nil for current_path and a matcher was used with a Regexp [Thomas Walpole]
    • Error message when visible element not found, but non-visible was [Andy Klimczak]