dequelabs / axe-core-gems

Ruby integration for axe-core, the accessibility testing engine
https://deque.com/axe
Mozilla Public License 2.0
86 stars 29 forks source link

ci: pin Chrome #405

Closed scottmries closed 2 weeks ago

scottmries commented 2 weeks ago

When running CI on another PR, Selenium would consistently fail with

Failure/Error: $driver.get fixture "/index.html"
Selenium::WebDriver::Error::InvalidSessionIdError: invalid session id

This appears to be due to resourcing issues for new versions of Chrome; pinning the Chrome version in CI consistently fixes the issue.

No QA needed.