zorab47 / active_admin-sortable_tree

Show ActiveAdmin index as a nested tree with drag'n'drop
MIT License
163 stars 127 forks source link

Switch from Poltergeist/Phantomjs over to Selenium/Firefox headless #80

Open yuki24 opened 5 years ago

yuki24 commented 5 years ago

Phantomjs is no longer maintained while Selenium/Firefox are well-maintained. The reason why I chose Selenium and Firefox over Chrome is that Chrome is sometimes too good and catches developer mistakes too well, and speed is not the most important since there is not a lot of feature specs.

yuki24 commented 5 years ago

This PR should probably be merged after https://github.com/zorab47/active_admin-sortable_tree/pull/79 is merged.