mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update History.md [ci skip]
This commit is contained in:
parent
43ca01252f
commit
940991455f
2 changed files with 14 additions and 1 deletions
13
History.md
13
History.md
|
@ -1,3 +1,16 @@
|
||||||
|
# Version 3.22.0
|
||||||
|
Release date: unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* `ancestor`/`sibling` assertions and matchers added
|
||||||
|
* Documentation Updates and Fixes - Many thanks again to Masafumi Koba! [Masafumi Koba]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Selenium driver with Chrome >= 73 now resets cookies and local/session storage after navigating
|
||||||
|
to 'about:blank' when possible to minimize potential race condition
|
||||||
|
|
||||||
# Version 3.21.0
|
# Version 3.21.0
|
||||||
Release date: 2019-05-24
|
Release date: 2019-05-24
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
RSpec.describe Capybara::Selector::RegexpDisassembler do
|
RSpec.describe Capybara::Selector::RegexpDisassembler, :aggregate_failures do
|
||||||
it 'handles strings' do
|
it 'handles strings' do
|
||||||
verify_strings(
|
verify_strings(
|
||||||
/abcdef/ => %w[abcdef],
|
/abcdef/ => %w[abcdef],
|
||||||
|
|
Loading…
Reference in a new issue