From 35d9a6b2d39320715d2a2de4fe9ebbc6e3d864b0 Mon Sep 17 00:00:00 2001 From: Rostislav Wolny Date: Tue, 19 Jul 2022 11:17:08 +0200 Subject: [PATCH] Update form acceptance test check [MAILPOET-4471] --- mailpoet/tests/acceptance/Forms/GutenbergFormBlockCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');