axe-core-gems
axe-core-gems copied to clipboard
Ruby integration for axe-core, the accessibility testing engine
This pull request updates the version of [`axe-core`](https://npmjs.org/axe-core) to v4.9.1. This PR was opened by a robot :robot: :tada:.
**Describe the bug** We occasionally get test flake on CI with `Selenium::WebDriver::Error::TimeoutError`. It looks like Selenium is timing out when trying to get `about:blank` inside `within_about_blank_context`. I'm going to see...
### Upgrade version of `browser-driver-manager` in each repository CI configuration `browser-driver-manager` should upgrade its version so that the repos can use the new chrome driver installation method. ## Update repos...
Hi team, We are trying to upgrade our `axe-core-api` version from 4.2 to 4.4.1. Here is the [related PR](https://github.com/primer/view_components/pull/1333). However, we're blocked due to this [new error that emerges](https://github.com/primer/view_components/runs/7984796200?check_suite_focus=true): ```...
# Below is everything related to this release --- **DEPENDENCIES / BLOCKERS** (List anything blocking this RC from continuing here) --- ```[tasklist] ### Links - [x] Release candidate PR: https://github.com/dequelabs/axe-core-gems/pull/380...
We have some scenarios where the expected result is for the user to land on a different host. E.g. we are developing and testing https://something.example.com and some scenarios end up...
When using RSpec or Cucumber users should have the ability to modify the axe-results. Ref: https://github.com/dequelabs/axe-core-gems/issues/224#issue-1031741012
no qa required
I'm trying to run this on my CI, however on the build step i always get this error `cannot load such file -- axe-cucumber-steps (LoadError)` Some Gemfile imports Using axe-core-api...
- Link to live demo (if applicable) - `axe-core-rspec` version: 4.2.1 - Testing with chromedriver, Chrome 93 I have a section that has a background image that is fairly dark....