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).
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/foreman/pull/7695 added
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
- Is duplicate of Bug #28028: chromedriver version mismatch with jenkins chromium version added
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
- Status changed from Ready For Testing to Duplicate
Actions