diff --git a/mailpoet/tests/acceptance/Forms/GutenbergFormBlockCest.php b/mailpoet/tests/acceptance/Forms/GutenbergFormBlockCest.php index 30419829b1..c4ffe46451 100644 --- a/mailpoet/tests/acceptance/Forms/GutenbergFormBlockCest.php +++ b/mailpoet/tests/acceptance/Forms/GutenbergFormBlockCest.php @@ -96,7 +96,7 @@ class GutenbergFormBlockCest { $i->fillField('[data-automation-id="form_last_name"]', $this->lastName); $i->fillField('[data-automation-id="form_email"]', $this->firstName); $i->click('.mailpoet_submit'); - $i->waitForText('Please specify a valid email address.'); + $i->waitForText('This value should be a valid email.'); $i->fillField('[data-automation-id="form_email"]', $this->subscriberEmail); $i->click('.mailpoet_submit');