it( "can see that a specific element exists", function() { this.visit( "/" ) .seeElement( ".alert" ); } );