function MyAccountApplication(Step\Acceptance\LoginSteps $I, \Page\MyAccount $MyAccountPage)
 {
     $I->stepsLoginIn();
     $MyAccountPage->accountApplication();
     $I->getVisibleText('You have no applications.');
 }