Bump capybara from 3.22.0 to 3.25.0
Bumps capybara from 3.22.0 to 3.25.0.
Changelog
Sourced from capybara's changelog.
Version 3.25.0
Release date: 2019-06-27
Added
- Animation disabler also disables before and after pseudoelements - Issue #2221 [Daniel Heath]
w3c_click_offset
configuration option to determine whether click offsets are calculated from element center or top left cornerFixed
- Woraround issue with chromedriver 76/77 in W3C mode losing mouse state during legacy drag. Only fixed if both source and target are simultaenously inside the viewport - Issue #2223
- Negative ancestor expectations/predicates were incorrectly checking siblings rather than ancestors
Version 3.24.0
Release date: 2019-06-13
Added
- Log access when using the Selenium driver with Chrome 75 in W3C mode has been reenabled.
Changed
- Selenium driver now selects all current content and then sends keys rather than clearing field by JS and then sending keys when setting values to text inputs in order to more closely simulate user behavior
Fixed
- Relative paths passed to
attach_file
will be assumed to be relative to the current working directory when using the Selenium driverVersion 3.23.0
Release date: 2019-06-10
Added
- Improved error message when using Chrome in W3C mode and attempting to access logs
- Support driver specific options for Element#drag_to
- Support setting
<input type="color">
elements with the selenium driverFixed
- Tightened conditions when in expression text option matching will be used
- Improved Selenium drivers HTML5 drag and drop emulation compatibility with SortableJS library (and others)
Commits
-
cfea4ce
Update README for 3.25_stable branch -
c0f1a48
Update History in preparation for 3.25 release -
b9d1b8f
HTML5 draggable elements shold be draggable from their children -
c053ff6
Workaround Chrome issue with mouse button state when dragging -
29e86bd
Update to rubocop 0.72 -
2158339
Refactoring -
634db23
Fix has_no_anecstor expectation -
9f9f56c
Update codecllimate config typo -
a624220
Move CountSugar inclusion into a base class -
62bd0f9
Merge pull request #2222 from DanielHeath/master - Additional commits viewable in compare view