withName($form_name)->create(); $I->wantTo('Duplicate a form'); $I->login(); $I->amOnMailpoetPage('Forms'); $I->waitForText($form_name); $I->clickItemRowActionByItemName($form_name, 'Duplicate'); $I->waitForText('has been duplicated'); $I->waitForText('Copy of ' . $form_name); } }