Skip to content

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Sep 13, 2018

Bumps capybara from 3.6.0 to 3.7.2.

Changelog

Sourced from capybara's changelog.

Version 3.7.2

Release date: 2018-09-12

Fixed

  • Fix MatchQuery based matchers when used on a root element found using any type of parent/ancestor query - Issue #2097

  • Fix Chrome/FF HTML5 drag simulation for elements (a, img) which default to draggable - Issue #2098

Version 3.7.1

Release date: 2018-09-05

Fixed

  • Restored ability to pass symbol as the CSS selector when calling has_css?/have_css/etc - Issue #2093

Version 3.7.0

Release date: 2018-09-02

Added

  • Capybara.disable_animation can be set to a CSS selector to identify which elements will have animation disabled [Michael Glass]
  • Capybara.default_normalize_ws option which sets whether or not text predicates and matchers (has_text?, has_content?, assert_text, etc) use normalize_ws option by default. Defaults to false. [Stegalin Ivan]
  • Selector based predicates, matchers, and finders now support the :normalize_ws option for the :text/:exact_text filters. Defaults to the Capybara.default_normalize_wssetting above.
  • Element choose/check/uncheck/attach_file/fill_in can now operate on the element they're called on or a descendant if no locator is passed.

Fixed

  • All CSS styles applied by the Element#attach_file :make_visible option will now have !important priority set to ensure they override any other specified style.
  • Firefox file inputs are only manually cleared when necessary.
Commits
  • 971230f Prepare for 3.7.2 release
  • 9e9298b Update History.md [ci skip]
  • 15de1fa Only enable HTML5 dragging if default is not prevented on the mousedown event
  • ef292c8 Default to document when element has no parent in match selector query
  • 60c0251 Prepare for 3.7.1 release
  • 34b49db Update test for travis/chrome requirements
  • edc8a25 Call to_s on expression passed to CSS::split - Issue #2093
  • e1161bd Prepare for 3.7.0 release
  • c6d81e7 minor code cleanup
  • ccb4096 Merge pull request #2091 from teamcapybara/actions_on_self
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will 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 these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

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)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.6.0 to 3.7.2.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@3.6.0...3.7.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Superseded by #519.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/capybara-3.7.2 branch November 8, 2018 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants