Created by: dependabot[bot]
Bumps capybara from 3.35.3 to 3.36.0.
Changelog
Sourced from capybara's changelog.
Version 3.36.0
Release date: 2021-10-24
Changed
- Ruby 2.6.0+ is now required
- Minimum selenium-webdriver supported is now 3.142.7
Added
- Support for selenium-webdriver 4.x
allow_label_clickaccepts click options to be used when clicking an associated label- Deprecated
allow_gumbo=in favor ofuse_html5_parsing=to enable use of Nokogiri::HTL5 when availableSession#active_elementreturns the element with focus - Not supported by theRackTestdriver [Sean Doyle]- Support
focused:filter for finding interactive elements - Not supported by theRackTestdriver [Sean Doyle]Fixed
- Sibling and ancestor queries now work with Simple::Node - Issue #2452
- rack_test correctly ignores readonly attribute on specific input element types
Node#all_textalways returns a string - Issue #2477have_any_of_selectorsnegated match - Issue #2473Document#scroll_tofixed for standards behavior - pass quirks: true if you need the older behavior [Eric Anderson]- Use capture on attach file event listener for better React compatibility [Jeff Way]
- Animation disabler produces valid HTML [Javi Martin]
Removed
- References to non-w3c mode in drivers/tests. Non-w3c mode is obsolete and no one should be using it anymore. Capybara hasn't been testing/supporting it in a while
Commits
-
04bfe31Prepare for 3.36.0 release -
9af7983Update safari test expectations -
001a375Update safari spec runner -
47be0d3Set firefox tab key behavior and disable string to datetime-local test -
5359d4cFix issue in safari node click -
2c647f4Silence cucumber publishing notice -
bd8e8b6Merge pull request #2507 from teamcapybara/fix_chrome_logs_deprecation -
4ceba73Fix deprecation warning in tests -
97393beMerge pull request #2506 from teamcapybara/style_fixes -
9856938Minor code cleanup - 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)