I tried to run
BROWSER=firefox rspec spec
and got this error:
Selenium::WebDriver::Error::WebDriverError:
unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
The app hangs and raises that error after a long wait.
Is Volt Framework not locking selenium webdriver down to the correct version?
So, the solution was to upgrade
selenium-webdriver:Also, upgrading
volt 0.9.4pre9(or0.9.5) will fix this as well.