mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update History.md [ci ckip]
This commit is contained in:
parent
55f064ab45
commit
a54840053b
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ Release date: unreleased
|
|||
* Element#visible?/checked?/disabled?/selected? Now return boolean
|
||||
as expected when using the rack_test driver [Thomas Walpole]
|
||||
* The rack_test driver now considers \<input type="hidden"> elements as non-visible [Thomas Walpole]
|
||||
* A nil locator passed to the built-in html type selectors now behaves consistently, and finds all elements of the correct type [Thomas Walpole]
|
||||
* A nil locator passed to the built-in html type selectors now behaves consistently, and finds elements of the expected types [Thomas Walpole]
|
||||
* Capybara::Server now searches for available ports on the same interface it binds to [Aaron Stone]
|
||||
|
||||
### Added
|
||||
* :multiple filter added to relevant selectors [Thomas Walpole]
|
||||
|
|
Loading…
Reference in a new issue