Update History.md [ci skip]

This commit is contained in:
Thomas Walpole 2017-08-03 14:27:56 -07:00 committed by GitHub
parent 0c271dc863
commit e350c5947e
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ Release data: unreleased
### Added
* `sibling` and `ancestor` finders added [Thomas Walpole]
* Added built-in driver registrations `:selenium_chrome` and `:selenium_chrome_headless` [Thomas Walpole]
* Added ability to pass options to registered servers when setting
* Added basic built-in driver registrations `:selenium_chrome` and `:selenium_chrome_headless` [Thomas Walpole]
* Add `and_then` to Capybara RSpec matchers which behaves like the previous `and` compounder. [Thomas Walpole]
* Compound RSpec expectations with Capybara matchers now run both matchers inside a retry loop rather
than waiting for one to pass/fail before checking the second. Will make `#or` more performant and confirm