mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
tagged 2.13.0
This commit is contained in:
parent
5859253b64
commit
9f2a0ab349
2 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#Edge
|
||||
Release date: Unreleased
|
||||
#Version 2.13.0
|
||||
Release date: 2017-03-16
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -7,6 +7,9 @@ Release date: Unreleased
|
|||
* rack_test driver supports click on checkboxes and radio buttons to change their states [Thomas Walpole]
|
||||
* Support RSpec equivalent assertions and expectations for MiniTest [Thomas Walpole]
|
||||
|
||||
### Foxed
|
||||
* Editing of content editable children with selenium
|
||||
|
||||
#Version 2.12.1
|
||||
Release date: 2017-02-16
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Capybara
|
||||
VERSION = '2.12.0'
|
||||
VERSION = '2.13.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue