generators/config/templates/drivers/crossbrowsertesting.rb in howitzer-2.2.0 vs generators/config/templates/drivers/crossbrowsertesting.rb in howitzer-2.3.0
- old
+ new
@@ -17,10 +17,10 @@
profile = Selenium::WebDriver::Firefox::Profile.new
profile['general.useragent.override'] = Howitzer.user_agent
caps[:firefox_profile] = profile
end
end
- url = "http://#{CGI.escape(Howitzer.cloud_auth_login)}:#{Howitzer.cloud_auth_pass}"\
+ url = "https://#{CGI.escape(Howitzer.cloud_auth_login)}:#{Howitzer.cloud_auth_pass}"\
'@hub.crossbrowsertesting.com/wd/hub'
CapybaraHelpers.cloud_driver(app, caps, url)
end
Capybara::Screenshot.class_eval do