mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update History.md
This commit is contained in:
parent
05a1d8d815
commit
11b682f6b8
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Edge
|
||||
# 2.14.0
|
||||
|
||||
Release date: Unreleased
|
||||
|
||||
|
@ -6,10 +6,13 @@ Release date: Unreleased
|
|||
|
||||
* Proxy methods when using RSpec for `all`/`within` that call either the Capybara::DSL or RSpec matchers
|
||||
depending on arguments passed
|
||||
* Support for the new errors in selenium-webdriver 3.4
|
||||
|
||||
### Fixed
|
||||
|
||||
* Element#inspect doesn't raise an error on obsolete elements
|
||||
* Setting a contenteditable element with Selenium and Chrome 58
|
||||
* Workaround a hang while setting the window size when using geckodriver 0.16 and Firefox 53
|
||||
|
||||
# Version 2.13.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue