Bump capybara from 3.12.0 to 3.13.2
Bumps capybara from 3.12.0 to 3.13.2.
Changelog
Sourced from capybara's changelog.
Version 3.13.2
Release date: 2019-01-24
Fixed
- Remove extraneous output
Version 3.13.1
Release date: 2019-01-24
Fixed
- Only use Selenium visibility optimization when JS atom is available - Issue #2151
Version 3.13.0
Release date: 2019-01-23
Added
- Session#quit added
- #scroll_to added to allow scrolling page/elements to specified locations
- Speed optimizations around multiple element location and path generation when using the Selenium driver
- Support for locator type checking in custom selectors
- Allow configuration of gumbo use - defaults to off
assert_style
/has_style
/have_style
depreacted in favor ofassert_matches_style
/matches_styles?
/match_style
- :style filter added to selectors
Commits
-
e1b40fd
Prepare for 3.13.2 release -
a6e9dd5
Prepare for 3.13.1 release -
eaf245a
Only use visibility optimization if atom is available -
05c23c8
Update README for release version [ci skip] -
d28a0d7
Prepare for 3.13.0 release -
3776a45
Update History [ci skip] -
3293bb8
Add link to README [ci skip] -
cdc5a53
Update README.md [ci skip] -
733b052
Change gumbo usage default to be false -
b276b27
Cleanup and timing changes - Additional commits viewable in compare view