mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
tagged 2.9.1
This commit is contained in:
parent
5769fcdf12
commit
f0f0d91fb5
2 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
#Version 2.9.1
|
||||
Release date: unreleased
|
||||
Release date: 2016-09-23
|
||||
|
||||
### Fixed
|
||||
* allow_label_click option did not work in some cases with Poltergeist - Issue #1762 [Thomas Walpole]
|
||||
* matches_selector? should have access to all of a selectors filters [Thomas Walpole]
|
||||
* matches_selector? should have access to all of a selectors options except the count options [Thomas Walpole]
|
||||
|
||||
#Version 2.9.0
|
||||
Release date: 2016-09-19
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Capybara
|
||||
VERSION = '2.9.0'
|
||||
VERSION = '2.9.1'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue