diff --git a/mailpoet/tests/acceptance/EmailEditor/EmailTemplatesCest.php b/mailpoet/tests/acceptance/EmailEditor/EmailTemplatesCest.php index 36b0565e78..83092b6cdb 100644 --- a/mailpoet/tests/acceptance/EmailEditor/EmailTemplatesCest.php +++ b/mailpoet/tests/acceptance/EmailEditor/EmailTemplatesCest.php @@ -50,7 +50,7 @@ class EmailTemplatesCest { $i->click('Save', '.edit-post-header__settings'); $i->waitForText('Save', 10, '.entities-saved-states__panel'); $i->click('Save', '.entities-saved-states__panel'); - $i->waitForText('Saved'); + $i->waitForText('Send', 10, '.edit-post-header__settings'); $this->checkTextIsInEmail($i, $textInTemplate); $i->wantTo('Swap template');