Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump capybara from 2.11.0 to 2.18.0 #27

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2022

Bumps capybara from 2.11.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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 7, 2022
Bumps [capybara](https://github.com/teamcapybara/capybara) from 2.11.0 to 2.18.0.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@2.11.0...2.18.0)

---
updated-dependencies:
- dependency-name: capybara
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/capybara-2.18.0 branch from 5b1f5d6 to 430a7d6 Compare December 14, 2022 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants