MDL-63996 behat: Fix multi-tag autocomplete usage

This commit is contained in:
Andrew Nicols
2019-12-16 13:57:00 +08:00
parent a20b64aaef
commit 9b3343adc2
@@ -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();
}
}
}