function MyAccountDownloads(Step\Acceptance\LoginSteps $I, \Page\MyAccount $MyAccountPage)
 {
     $I->stepsLoginIn();
     $MyAccountPage->accountDownloads();
     $I->getVisibleText('You have not purchased any downloadable products yet.');
 }