Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Bump capybara from 2.14.0 to 2.18.0 #421

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 22, 2018

Bumps capybara from 2.14.0 to 2.18.0.

Changelog

Sourced from capybara's changelog.

Version 2.18.0

Release date: 2018-02-12

Fixed

  • Firefox/geckodriver setting of contenteditable childs contents
  • Ignore Selenium::WebDriver::Error::SessionNotCreatedError when quitting driver [Tim Connor]

Removed

  • Headless chrome modal JS injection that is no longer needed for Chrome 64+/chromedriver 2.35+

Version 2.17.0

Release date: 2018-01-02

Added

  • have_all_of_selectors, have_none_of_selectors RSpec matchers for parity with minitest assertions [Thomas Walpole]

Fixed

  • Allow xpath 3.x gem [Thomas Walpole]
  • Issue when drivers returned nil for current_path and a matcher was used with a Regexp [Thomas Walpole]
  • Error message when visible element not found, but non-visible was [Andy Klimczak]

Version 2.16.1

Release date: 2017-11-20

Fixed

  • Fix rack_test driver for rack_test 0.7.1/0.8.0 [Thomas Walpole]
  • accept_prompt response text can contain quotes when using selenium with headless chrome [Thomas Walpole]

Version 2.16.0

Release date: 2017-11-13

Added

  • Attempt to move element into view when selenium doesn't correctly do it - See PR #1917 [Thomas Walpole]
  • current_path matchers will now autodetect path vs url based on string to be matched. Deprecates
    :only_path in favor of :ignore_query option [Thomas Walpole]
  • Session#evaluate_async_script [Thomas Walpole]

Fixed

  • Default prompt value when using headless Chrome works correctly [Thomas Walpole]
  • Support new modal error returned by selenium-webdriver 3.7 for W3C drivers [Thomas Walpole]
  • Calling respond_to? on the object passed to Capybara.configure block - Issue #1935

... (truncated)

Commits
  • 439364a Prepare for 2.18.0 gem release
  • 07b79f2 Update History [ci skip]
  • 4fe82fa Rescue SessionNotCreatedError during Capybara::Selenium::Driver#quit
  • 5b493f3 Limit rack-test version in ruby 2.0 gemfile
  • 34b41ca Fix contenteditable child content set with firefox/geckodriver
  • 263e860 Remove no longer necessary modal injection
  • 70de472 Headless Chrome with JS modal injection can't support initial alert
  • 1d7a6a1 Ensure browser is loaded before querying headless_chrome?
  • f43028b FF58 now passes test - remove pending
  • b368518 Update ruby versions tests
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version with close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/capybara-2.18.0 branch from bc78abc to 3f916e2 Compare August 3, 2018 22:23
@coveralls
Copy link

Coverage Status

Coverage remained the same at 66.655% when pulling 3f916e2 on dependabot/bundler/capybara-2.18.0 into e1c0625 on develop.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants