it( "can see that a specific element does not exist", function() { this.visit( "/" ) .dontSeeElement( ".alert" ); } );