MDL-39348 behat: Removing redundant step
This is causing some browsers to fail tests as they uses the DOM of the current page to search "You are logged in as".
This commit is contained in:
@@ -52,8 +52,8 @@ class behat_auth extends behat_base {
|
||||
new Given('I follow "Login"'),
|
||||
new Given('I fill in "Username" with "'.$username.'"'),
|
||||
new Given('I fill in "Password" with "'.$username.'"'),
|
||||
new When('I press "Login"'),
|
||||
new Given('I should see "You are logged in as"'));
|
||||
new Given('I press "Login"')
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user