1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Update History.md [ci skip]

This commit is contained in:
Thomas Walpole 2016-06-01 11:47:56 -07:00
parent 6b12bc496f
commit 34ac453cd6

View file

@ -2,9 +2,12 @@
Release date: Unreleased
### Fixed
* Issue with modals present when closing the page using selenium - Issue #1696 [Jonas Nicklas, Thomas Walpole]
### Added
* 'check', 'uncheck', and 'choose' will now click the associated label if the checkbox/radio button is not visible
* 'check', 'uncheck', and 'choose' will now click the associated label if the checkbox/radio button is not visible [Thomas Walpole]
* Raise error if Capybara.app_host/default_host are specified incorrectly [Thomas Walpole]
* Capybara::Selector::FilterSet allows for sharing filter definitions between selectors [Thomas Walpole]
* Remove need to pass nil locator in most node actions when locator is not needed [Thomas Walpole]
#Version 2.7.1
Release date: 2016-05-01