Updated ULS repository to the latest version of shared test files
Bug: 53579 Change-Id: I9828866f3a3db24a95324bb82942f2c59382f2c9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user