Back to selenium with downgraded firefox install on ubuntu

This commit is contained in:
2015-02-27 15:30:47 +01:00
parent 046058b5d2
commit 42838ac4ca
+2 -2
View File
@@ -21,8 +21,8 @@ Dir.glob("spec/acceptance_steps/**/*steps.rb") { |f| load f, true }
I18n.locale =I18n.default_locale
Devise.stretches = 1
#Capybara.javascript_driver = :webkit
Capybara.javascript_driver = :poltergeist
#Capybara.javascript_driver = :selenium
#Capybara.javascript_driver = :poltergeist
Capybara.javascript_driver = :selenium
Capybara.default_wait_time = 3 # ember needs more time than the default of 2
Capybara::Screenshot.webkit_options = { width: 1024, height: 768 }
WebMock.disable_net_connect!(allow_localhost: true)