Skip to content

Commit

Permalink
Merge branch 'MDL-45288_25' of git://github.com/dmonllao/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_25_STABLE
  • Loading branch information
marinaglancy committed Apr 28, 2014
2 parents be2c92d + 429fc19 commit 72983c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/tests/behat/behat_auth.php
Expand Up @@ -55,7 +55,7 @@ public function i_log_in_as($username) {

// Generic steps (we will prefix them later expanding the navigation dropdown if necessary).
$steps = array(
new Given('I follow "' . get_string('login') . '"'),
new Given('I click on "' . get_string('login') . '" "link" in the ".logininfo" "css_element"'),
new Given('I fill in "' . get_string('username') . '" with "' . $this->escape($username) . '"'),
new Given('I fill in "' . get_string('password') . '" with "'. $this->escape($username) . '"'),
new Given('I press "' . get_string('login') . '"')
Expand Down

0 comments on commit 72983c8

Please sign in to comment.