function JSWebAssert::waitOnAutocomplete

Waits for the jQuery autocomplete delay duration.

See also

https://api.jqueryui.com/autocomplete/#option-delay

File

core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php, line 298

Class

JSWebAssert
Defines a class with methods for asserting presence of elements during tests.

Namespace

Drupal\FunctionalJavascriptTests

Code

public function waitOnAutocomplete() {
  // Wait for the autocomplete to be visible.
  return $this->waitForElementVisible('css', '.ui-autocomplete li');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.