Update History.md [ci skip]

This commit is contained in:
Thomas Walpole 2019-05-14 13:04:12 -07:00
parent 7a410b5256
commit b2d10bfa22
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ Release date: unreleased
* `Node#obscured?` to check viewport presence and element overlap
* `:obscured` system filter to check whether elements are obscured in finders, assertions, and expectations
* :label selector :for option can be a regexp
* Significanlty smaller `isDisplayed`/`getAttribute` atoms for selenium driver. If these produce issues you can disable their use
by setting an environment variable named 'DISABLE_CAPYBARA_SELENIUM_OPTIMIZATIONS' (Please also report any issues).
### Fixed