Created by: EWright212
Remove gem phantomjs as it has been discontinued. Replaced with selenium and web drivers.
Small fixes to three tests due to selenium's handling of pop ups:
Capybara was used to directly to accept a confirmation box. This was done by wrapping the code that caused the confirmation box to appear in the accept_confirm function.
accept_confirm do click_link 'Destroy' end