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:
parent
6b12bc496f
commit
34ac453cd6
1 changed files with 5 additions and 2 deletions
|
@ -2,9 +2,12 @@
|
||||||
Release date: Unreleased
|
Release date: Unreleased
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
* Issue with modals present when closing the page using selenium - Issue #1696 [Jonas Nicklas, Thomas Walpole]
|
||||||
### Added
|
### 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
|
#Version 2.7.1
|
||||||
Release date: 2016-05-01
|
Release date: 2016-05-01
|
||||||
|
|
Loading…
Add table
Reference in a new issue