dequelabs / axe-core-npm

Mozilla Public License 2.0
592 stars 67 forks source link

webdriverio: fix cli tests in chromedriver 120 #963

Open straker opened 8 months ago

straker commented 8 months ago

The CLI test break is related to the Chrome 120 update. The changelog from 119->120 appears to have changed, specifically this commit; The diff suggests its no longer chrome but chrome-headless-shell.

In https://github.com/dequelabs/axe-core-npm/pull/962 we temporarily pinned the CLI tests to use 119 in order to get them to pass.