MDL-63996 behat: Fix multi-tag autocomplete usage

This commit is contained in:
Andrew Nicols
2019-12-16 14:00:53 +08:00
parent 85e21dd300
commit 72d4e3141c
@@ -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();
}
}
}