platanus / activeadmin_addons

Extends ActiveAdmin to enable a set of great optional UX improving add-ons
MIT License
752 stars 282 forks source link

fix(tests): fix chromedriver error for capybara tests #476

Closed difernandez closed 11 months ago

difernandez commented 11 months ago

Motivation / Background

This Pull Request has been created because chromedriver recently made some changes to the location of their new versions, and that caused errors when running tests that used capybara/selenium.

Detail

This Pull Request changes some gems to fix the issue, following this conversation in a webdrivers issue.

Additional information

Checklist

Before submitting the PR make sure the following are checked: