Fix acceptance test

[MAILPOET-2791]
This commit is contained in:
Pavel Dohnal
2020-10-14 16:35:01 +02:00
committed by Veljko V
parent 9d215e7cd9
commit 458b1061a4

View File

@@ -18,7 +18,7 @@ class StatsPageCest {
$i->amOnMailpoetPage('Emails');
$i->waitForText($newsletterTitle);
$i->clickItemRowActionByItemName($newsletterTitle, 'Statistics');
$i->waitForText('Stats: ' . $newsletterTitle);
$i->waitForText($newsletterTitle);
$i->see('This is a Premium feature');
$href = $i->grabAttributeFrom('//a[span[text()="Sign Up for Free"]]', 'href');