public function test_home_page(Visitor $i)
 {
     $i->wantto('See if home page is running');
     $i->amOnPage('/');
     $i->waitPageLoad();
     $i->canSee('My Epans');
 }