Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: RC v4.9.1 #388

Merged
merged 6 commits into from
May 8, 2024
Merged

chore: RC v4.9.1 #388

merged 6 commits into from
May 8, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 8, 2024

4.9.1 (2024-05-08)

Bug Fixes

michael-siek and others added 6 commits April 1, 2024 15:05
QA Notes:

The following code occasionally caused Safari to throw a
`noSuchWindowException` around 1 in 10 times, and I expect it never to
do so now.

```
require "selenium-webdriver"
require_relative "../../lib/axe/api/run"
require "json"


driver = Selenium::WebDriver.for :safari
# driver.navigate.to "http://google.com"
driver.navigate.to "https://dequeuniversity.com/demo/mars/"

res = Axe::Core.new(driver).call Axe::API::Run.new.with_options

puts JSON.pretty_generate res.results.to_h

driver.quit
```

Note the commented `# driver.navigate to "http://google.com"`. Issue
#353 notes that attempting to navigate to `http://google.com` would also
occasionally cause an exception "Page/Frame not ready" to be thrown; it
should no longer do so.

Please uncomment this line, comment `driver.navigate.to
"https://dequeuniversity.com/demo/mars/"` and test again. This fix is
included here since they are closely related.

Closes: #352
Closes: #353
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 🤖 🎉.

Co-authored-by: AdnoC <[email protected]>
@github-actions github-actions bot requested a review from a team as a code owner May 8, 2024 16:36
@github-actions github-actions bot added the release Ticket is for a release candidate to be QA'd (triggers being sent into Monday.com) label May 8, 2024
@dequejenn dequejenn merged commit 396d719 into release May 8, 2024
3 checks passed
@dequejenn dequejenn deleted the release-2024-05-08 branch May 8, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Ticket is for a release candidate to be QA'd (triggers being sent into Monday.com)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants