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]