it( "can verify the title of a page", function() { this.visit( "/" ) .seeTitleIs( "Home Page" ); } );