Created by: dependabot[bot]
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps capybara from 3.36.0 to 3.37.1.
Changelog
Sourced from capybara's changelog.
Version 3.37.1
Relesae date: 2022-05-09
Fixed
- Regression in rack-test visit - Issue #2548
Version 3.37.0
Release date: 2022-05-07
Changed
- Ruby 2.7.0+ is now required
Added
- [Beta] CSP nonces inserted into animation disabler additions - Issue #2542
- Support
<base>element in rack-test driver - ISsue #2544- [Beta]
Element#shadow_rootsupport. Requires selenium-webdriver 4.1+. Only currently supported with Chrome when using the selenium driver. Note: only CSS can be used to find elements from the shadow root. Therefore you won't be able to use most Capybara helper methods (fill_in,click_link,find_field, etc) directly from the shadow root since those locators are built using XPath. If you first locate a descendant from the shadow root using CSS then you should be able to use all the Capybara methods from there.- Regexp now supported for
exact_textfinder optionFixed
- Fragments in referer headers in rack-test driver - Issue #2525
- Selenium v4.1 deprecation notice
Commits
-
e1547f0Prepare for 3.37.1 release -
f973c9fWarn when count options passed tofind -
72b70faAdd calling location when locators fail validation -
2f4a426Merge pull request #2549 from teamcapybara/Issue2548_new_visit_uri_regression -
b21c238Fix pollution of rack-test visit url from previous visit -
ac0ab33Prepare for 3.37.0 release -
34493f0minor style updates -
5c8e975Support Regexp forexact_textoption -
2fece8dAdd some tests for shadow DOM element interaction -
a9cfb0aMerge pull request #2546 from teamcapybara/shadow - Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)