diff --git a/tests/src/FunctionalJavascript/ContentTranslationTest.php b/tests/src/FunctionalJavascript/ContentTranslationTest.php index f44c395..3bee110 100644 --- a/tests/src/FunctionalJavascript/ContentTranslationTest.php +++ b/tests/src/FunctionalJavascript/ContentTranslationTest.php @@ -58,6 +58,7 @@ class ContentTranslationTest extends EntityEmbedTestBase { $this->assertNotEmpty($autocomplete_field); $autocomplete_field->setValue($search_string); $this->getSession()->getDriver()->keyDown($autocomplete_field->getXpath(), ' '); + $this->assertSession()->waitOnAutocomplete(); $suggestions = $this->assertSession() ->waitForElementVisible('css', '.ui-autocomplete'); $this->assertNotEmpty($suggestions);