Merge branch 'MDL-66054-36' of git://github.com/rezaies/moodle into MOODLE_36_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2019-07-09 00:57:36 +02:00
@@ -45,7 +45,7 @@ class behat_form_autocomplete extends behat_form_text {
*/
public function set_value($value) {
if (!$this->running_javascript()) {
throw new coding_exception('Setting the valid of an autocomplete field requires javascript.');
throw new coding_exception('Setting the value of an autocomplete field requires javascript.');
}
// Set the value of the autocomplete's input.