Merge branch 'MDL-70148_38' of git://github.com/stronk7/moodle into MOODLE_38_STABLE
This commit is contained in:
@@ -2031,6 +2031,16 @@ EOF;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Manually press enter key.
|
||||
*
|
||||
* @When /^I press enter/
|
||||
* @throws DriverException
|
||||
*/
|
||||
public function i_manually_press_enter() {
|
||||
$this->execute('behat_general::i_press_named_key', ['', 'enter']);
|
||||
}
|
||||
|
||||
/**
|
||||
* Visit a local URL relative to the behat root.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user