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

build(deps-dev): bump capybara from 3.6.0 to 3.7.0 #62

Merged
merged 1 commit into from
Sep 4, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps capybara from 3.6.0 to 3.7.0.

Changelog

Sourced from capybara's changelog.

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
  • e1161bd Prepare for 3.7.0 release
  • c6d81e7 minor code cleanup
  • ccb4096 Merge pull request #2091 from teamcapybara/actions_on_self
  • ca5167a Update History.md [ci skip]
  • e5620e8 Allow check/uncheck/choose/attach_file/fill_in to work on element called on w...
  • fd5ef4f Workaround FF/marionette issue with offset clicking near viewport edge
  • 6261641 Only clear Firefox file input when necessary
  • dffdfcf Fix Selenium non-HTML5 drag and drop test for necessary scrolling
  • 77f764c FF 63 fixes prompt response issue
  • 1437669 Return false for responsive? when a Net::ReadTimeout or SSLError occurs
  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Dependencies need updating label Sep 3, 2018
@coveralls
Copy link

coveralls commented Sep 3, 2018

Pull Request Test Coverage Report for Build 262

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 258: 0.0%
Covered Lines: 8
Relevant Lines: 8

💛 - Coveralls

@microlith57 microlith57 merged commit e71531a into develop Sep 4, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/develop/capybara-3.7.0 branch September 4, 2018 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies need updating
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants