withSubject($newsletterName)->create(); $I->wantTo('Preview a standard newsletter'); $I->login(); $I->amOnMailpoetPage('Emails'); $I->waitForText($newsletterName); $I->clickItemRowActionByItemName($newsletterName, 'Preview'); $I->switchToNextTab(); $I->waitForElement('.mailpoet_template'); } }