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

@@ -6,7 +6,7 @@ Given(/^I am logged out$/) do
end
Given(/^I am logged in$/) do
visit(LoginPage).login_with(@mediawiki_username, @mediawiki_password)
visit(LoginPage).login_with(@mediawiki_username, ENV['MEDIAWIKI_PASSWORD'])
# Assert that login worked
loggedin = !@browser.execute_script( "return mw.user.isAnon();" )
loggedin.should be_true