diff --git a/tests/acceptance/NewsletterCreationCest.php b/tests/acceptance/NewsletterCreationCest.php index 1f389b788e..890974e827 100644 --- a/tests/acceptance/NewsletterCreationCest.php +++ b/tests/acceptance/NewsletterCreationCest.php @@ -81,6 +81,7 @@ class NewsletterCreationCest { $send_form_element = '[data-automation-id="newsletter_send_form"]'; $I->waitForElement($send_form_element); $I->seeInCurrentUrl('mailpoet-newsletters#/send/'); + $I->waitForElement('.select2'); $I->selectOptionInSelect2('WordPress Users'); $I->click('Send'); }