diff --git a/History.md b/History.md index cea16c2f..79258cb5 100644 --- a/History.md +++ b/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 Release date: 2019-05-24 diff --git a/spec/regexp_dissassembler_spec.rb b/spec/regexp_dissassembler_spec.rb index a0ab55d8..a52aca8e 100644 --- a/spec/regexp_dissassembler_spec.rb +++ b/spec/regexp_dissassembler_spec.rb @@ -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],