MDL-63996 behat: Fix multi-tag autocomplete usage

This commit is contained in:
Andrew Nicols
2019-12-18 10:25:52 +08:00
parent 55749ae39f
commit dd8f4b46d4
@@ -86,6 +86,7 @@ class behat_form_autocomplete extends behat_form_text {
$this->wait_for_pending_js();
$this->key_press(27);
$this->wait_for_pending_js();
}
}
}