Merge branch 'MDL-70148_38' of git://github.com/stronk7/moodle into MOODLE_38_STABLE

This commit is contained in:
Sara Arjona
2020-11-19 13:21:32 +01:00
+10
View File
@@ -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.
*