Updated ULS repository to the latest version of shared test files

Bug: 53579
Change-Id: I9828866f3a3db24a95324bb82942f2c59382f2c9
This commit is contained in:
Zeljko Filipin
2013-10-01 13:46:37 +02:00
committed by Cmcmahon
parent f74f7c6c4e
commit 2c4a906889
4 changed files with 19 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
Given(/^that my browser's accept language is (.+)$/) do |language|
@browser = browser(environment, test_name(@scenario), @saucelabs_username, @saucelabs_key, language)
@browser = browser(environment, test_name(@scenario), ENV['SAUCE_ONDEMAND_USERNAME'], ENV['SAUCE_ONDEMAND_ACCESS_KEY'], language)
$session_id = @browser.driver.instance_variable_get(:@bridge).session_id
end