Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Bump capybara from 3.3.1 to 3.4.1 #546

Merged
merged 1 commit into from
Jul 23, 2018
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps capybara from 3.3.1 to 3.4.1.

Changelog

Sourced from capybara's changelog.

Version 3.4.1

Release date: 2018-07-20

Fixed

  • Session#evaluate_script now strips the script in Session rather than only in the Selenium driver

Version 3.4.0

Release date: 2018-07-19

Fixed

  • Make selenium driver :backspace clear stategy work even if caret location is in middle of field content [Champier Cyril]
  • Selenium issue with fieldset nested in disabled fieldset not being considered disabled
  • Session#evaluate_script and Element#evaluate_script now strip leading/trailing whitespace from scripts [Ian Lesperance]

Added

  • Work around Selenium lack of support for file_detector with remote geckodriver
  • #within_frame locator is optional when only one frame exists
  • Capybara.test_id option that allows for matching the Capybara provided selector types on an arbitrary attribute
    (defaults to nil), set to your test id attribute ('data-test-id, etc) if using test id attributes in your project
Commits
  • 11618a0 Prepare for 3.4.1 release
  • 9b834e7 Strip script in Session rather than Selenium driver
  • e65182a Prepare for 3.4.0 release
  • d613fd5 Update History.md [ci skip]
  • 940d94b Move enable_aria_label and test_id handling into selector class
  • 2679697 test_id should support session specific config and default to nil
  • 888926e Refactor FilterSet
  • 2017614 Merge pull request #2070 from elliterate/features/evaluate-script-ignore-lead...
  • a95c7b9 Ignore leading whitespace in JavaScript snippets
  • 5978b43 lock bundler to 1.16.2
  • 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 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 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.3.1 to 3.4.1.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@3.3.1...3.4.1)

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

Coverage Status

Coverage remained the same at 96.203% when pulling 4ee73d6 on dependabot/bundler/capybara-3.4.1 into 76457e6 on master.

@y-yagi y-yagi merged commit a810f0b into master Jul 23, 2018
@y-yagi y-yagi deleted the dependabot/bundler/capybara-3.4.1 branch July 23, 2018 23:41
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.

3 participants