diff --git a/.travis.yml b/.travis.yml index e8c5c65e6..f13c792e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ env: # - CONFIG_FILE=windows/xp/xp_chrome_14.config.yml # - CONFIG_FILE=windows/xp/xp_chrome_28.config.yml # - CONFIG_FILE=windows/xp/xp_chrome_43.config.yml - - CONFIG_FILE=windows/xp/xp_firefox_11.config.yml + - CONFIG_FILE=windows/xp/xp_firefox_12.config.yml # - CONFIG_FILE=windows/xp/xp_firefox_25.config.yml # - CONFIG_FILE=windows/xp/xp_firefox_47.config.yml # - CONFIG_FILE=windows/xp/xp_ie_7.config.yml diff --git a/spec/beef/core/main/handlers/browser_details_handler_spec.rb b/spec/beef/core/main/handlers/browser_details_handler_spec.rb index 7ebf96b68..aaef0ff0c 100644 --- a/spec/beef/core/main/handlers/browser_details_handler_spec.rb +++ b/spec/beef/core/main/handlers/browser_details_handler_spec.rb @@ -113,6 +113,6 @@ RSpec.describe 'Browser Details Handler', :run_on_browserstack => true do response = RestClient.get "#{RESTAPI_HOOKS}/#{@session}?token=#{@token}" details = JSON.parse(response.body) - expect(@driver.browser.to_s.downcase).to eq(details['browser.name.friendly'].downcase).or eq('internet_explorer').or eq('msedge') + expect(@driver.browser.to_s.downcase).to eq(details['browser.name.friendly'].downcase).or eq('internet_explorer') end end diff --git a/spec/support/browserstack/windows/xp/xp_firefox_11.config.yml b/spec/support/browserstack/windows/xp/xp_firefox_12.config.yml similarity index 76% rename from spec/support/browserstack/windows/xp/xp_firefox_11.config.yml rename to spec/support/browserstack/windows/xp/xp_firefox_12.config.yml index 38bd677f4..87f896e1e 100644 --- a/spec/support/browserstack/windows/xp/xp_firefox_11.config.yml +++ b/spec/support/browserstack/windows/xp/xp_firefox_12.config.yml @@ -1,7 +1,7 @@ server: "hub-cloud.browserstack.com" common_caps: - "build": "Windows XP Firefox 11" + "build": "Windows XP Firefox 12" "project": "BeEF" "browserstack.local": true "browserstack.video": false @@ -9,6 +9,6 @@ common_caps: browser_caps: - "browser": "firefox" - "browser_version": "11.0" + "browser_version": "12.0" "os": "windows" "os_version": "xp" \ No newline at end of file