codevise / activeadmin-searchable_select

Searchable select boxes for forms and filters
Other
97 stars 33 forks source link

Update webdrivers to fix specs for Chrome 115 #47

Closed tf closed 1 year ago

tf commented 1 year ago

With the introduction of Chrome for Testing, download locations for drivers changed. According to the webdrivers readme [1], we can upgrade to selenium-webdrivers 4.11 once we drop support Ruby 2 and remove the webdrivers gem completely. For now we upgrade to a version of webdrivers that supports the new setup.

[1] https://github.com/titusfortner/webdrivers/blob/v5.3.1/README.md#update-future-of-this-project

REDMINE-20419