MDL-66054 behat: typo fix
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
df4041b745
commit
3bf1e69a3e
@@ -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