mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update History [ci skip]
This commit is contained in:
parent
dcefe3e95d
commit
9d139b389a
1 changed files with 13 additions and 0 deletions
13
History.md
13
History.md
|
@ -1,6 +1,19 @@
|
|||
#Version 2.6.0
|
||||
Relase date: unreleased
|
||||
|
||||
### Fixed
|
||||
* Capybara::RackTest::Form no longer overrides Object#method [David Rodriguez]
|
||||
* options and with_options filter for :select selector have more intuitive visibility behavior [Nathan]
|
||||
* Test for nested modal API method support [Tom Walpole]
|
||||
|
||||
|
||||
### Added
|
||||
* xfeature and ffeature aliases added when using RSpec [Filip Bartuzi]
|
||||
* Selenium driver supports a :clear option to #set to handle different strategies for clearing a field [Tom Walpole]
|
||||
* Support the use of rack 2.0 with the rack_test driver [Travis Grathwell, Tom Walpole]
|
||||
* Disabled option for default selectors now supports true, false, or :all [Jillian Rosile, Tom Walpole]
|
||||
* Modal API methods now default wait time to Capybara.max_default_wait_time [Tom Walpole]
|
||||
|
||||
# Version 2.5.0
|
||||
Release date: 2015-08-25
|
||||
|
||||
|
|
Loading…
Reference in a new issue