Update Capybara v3.33.0 for Ruby 2.7
Capybara introduced a setting to set text fields rapidly in https://github.com/teamcapybara/capybara/pull/2326 and https://github.com/teamcapybara/capybara/pull/2333, but this seems to break the filtered token specs. It appears that the tokens are incorrectly broken up when this mode is in use. We disable this by passing the `rapid: false` option. Full list of changes: https://github.com/teamcapybara/capybara/blob/master/History.md
Showing
... | ... | @@ -406,7 +406,7 @@ group :test do |
gem 'rspec_profiling', '~> 0.0.5' | ||
gem 'rspec-parameterized', require: false | ||
gem 'capybara', '~> 3.22.0' | ||
gem 'capybara', '~> 3.33.0' | ||
gem 'capybara-screenshot', '~> 1.0.22' | ||
gem 'selenium-webdriver', '~> 3.142' | ||
... | ... |
Please register or sign in to comment