Bump capybara_accessible_selectors from v0.14.0 to v0.15.0#20961
Merged
dombesz merged 5 commits intoNov 17, 2025
Conversation
Contributor
|
Don't merge yet: It looks like |
cc970b4 to
b21f103
Compare
Bumps [capybara_accessible_selectors](https://github.com/citizensadvice/capybara_accessible_selectors) from v0.14.0 to v0.15.0. - [Release notes](https://github.com/citizensadvice/capybara_accessible_selectors/releases) - [Changelog](https://github.com/citizensadvice/capybara_accessible_selectors/blob/main/CHANGELOG.md) - [Commits](citizensadvice/capybara_accessible_selectors@4adc180...5b9ce78) --- updated-dependencies: - dependency-name: capybara_accessible_selectors dependency-version: 5b9ce7840d04270e99f4f0cb03989e05437326a6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Provide a simple implementation of the following Capybara Accessible Selectors methods via CDP's `getPartialAXTree`: - (computed) `role` - `accessible_name` - `accessible_description` (introduced in CAS 0.15.0) See https://chromedevtools.github.io/devtools-protocol/tot/Accessibility/#method-getPartialAXTree
Per Capybara Accessible Selectors CHANGELOG > Deprecated the `described_by` filter in favour of `accessible_name`. > This is now a synonym of `accessible_description` and will create > warning. See https://github.com/citizensadvice/capybara_accessible_selectors/blob/main/CHANGELOG.md#v0150
Switches features that were previously had to resort to Selenium to make use of `accessible_name` to Cuprite.
Simplifies implementation. `driver.send_keys` should automatically send_keys keystrokes to active element.
b21f103 to
9c34e64
Compare
myabc
reviewed
Nov 13, 2025
| it "shows help text link next to status button", :selenium do | ||
| within_section "Project status" do | ||
| button = find_button("Edit project status") | ||
| expect(page).to have_link accessible_name: "Show help text", right_of: button |
Contributor
There was a problem hiding this comment.
positional filters (e.g. right_of) are not supported by Cuprite.
This was referenced Nov 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps capybara_accessible_selectors from v0.14.0 to v0.15.0.
Release notes
Sourced from capybara_accessible_selectors's releases.
Changelog
Sourced from capybara_accessible_selectors's changelog.
Commits
5b9ce78update readme and version (#155)0d408b6Role selector (#117)bd3019aNokogiri with description (#154)8bf0847Nokogiri (#153)05bddc9Bump the regular-updates group with 2 updates (#151)0f31e2dfix combo-box spec failure (#152)3b65e97Bump the regular-updates group with 2 updates (#150)2c13c0eBump sinatra from 4.1.1 to 4.2.1 in the regular-updates group (#149)2d814b0fix error in readme (#146)5981833support nil for the aria filter (#145)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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)See upstream issue: citizensadvice/capybara_accessible_selectors#156
See upstream PR: citizensadvice/capybara_accessible_selectors#157