Merge branch 'MDL-66054-36' of git://github.com/rezaies/moodle into MOODLE_36_STABLE
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user