Actions
Refactor #29916
closedRemove chromedriver optional dependency
Description
This dependency is specified in package.json but is not actually used in the Javascript testing. It's used in Foreman's integration helper. However, our CI system already installs it via system packages which ensures it's in sync with the installed Chromium version. This avoids the need to regularly bump it (like #28028 among others).
Actions