mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
added acceptance DSL to History
This commit is contained in:
parent
f4897f890d
commit
2c5e1c3e6e
1 changed files with 5 additions and 1 deletions
|
@ -2,9 +2,13 @@
|
|||
|
||||
Release date:
|
||||
|
||||
### Added
|
||||
|
||||
* Added DSL for acceptance tests, inspired by Luismi Cavallé's Steak [Jonas Nicklas]
|
||||
|
||||
### Changed
|
||||
|
||||
* Capybara now prefers visible elements over hidden elements, disable by setting Capybara.prefer_visible_elements = false
|
||||
* Capybara now prefers visible elements over hidden elements, disable by setting Capybara.prefer_visible_elements = false [Jonas Nicklas and Nicklas Ramhöj]
|
||||
|
||||
# Version 0.4.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue