commented out require of selenium gem. not needed and throws errors on Mac OSX
This commit is contained in:
@@ -21,7 +21,6 @@ require 'capybara'
|
||||
Capybara.run_server = false # we need to run our own BeEF server
|
||||
|
||||
require 'selenium/webdriver'
|
||||
require "selenium"
|
||||
|
||||
require './check_environment' # Basic log in and log out tests
|
||||
require './tc_login' # Basic log in and log out tests
|
||||
|
||||
Reference in New Issue
Block a user