Ensure signup confirmation enabled

[MAILPOET-5369]
This commit is contained in:
David Remer
2023-06-02 10:48:51 +03:00
committed by Veljko V
parent 5d170b6d5c
commit 64cbf8a7c0

View File

@@ -4,12 +4,17 @@ namespace MailPoet\Test\Acceptance;
use MailPoet\Test\DataFactories\Form;
use MailPoet\Test\DataFactories\Segment;
use MailPoet\Test\DataFactories\Settings;
class EditorAddListSelectionCest {
const CONFIRMATION_MESSAGE_TIMEOUT = 20;
public function createCustomSelect(\AcceptanceTester $i) {
$settings = new Settings();
$settings->withConfirmationEmailEnabled();
$i->wantTo('Add list selection block to the editor');
$segmentFactory = new Segment();