mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-45288 behat: Restricting click to .logininfo
This commit is contained in:
parent
83ddacfff7
commit
0a0af55021
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class behat_auth extends behat_base {
|
|||
|
||||
// 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 set the field "' . get_string('username') . '" to "' . $this->escape($username) . '"'),
|
||||
new Given('I set the field "' . get_string('password') . '" to "'. $this->escape($username) . '"'),
|
||||
new Given('I press "' . get_string('login') . '"')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue