1
0
Fork 0
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:
Thomas Walpole 2019-05-29 08:14:21 -07:00
parent 43ca01252f
commit 940991455f
2 changed files with 14 additions and 1 deletions

View file

@ -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
Release date: 2019-05-24

View file

@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe Capybara::Selector::RegexpDisassembler do
RSpec.describe Capybara::Selector::RegexpDisassembler, :aggregate_failures do
it 'handles strings' do
verify_strings(
/abcdef/ => %w[abcdef],