hasVerifiedEmail() public method

public hasVerifiedEmail ( ) : boolean
return boolean
 /**
  * @Then I should see that this customer has verified the email
  */
 public function iShouldSeeThatThisCustomerHasVerifiedTheEmail()
 {
     Assert::true($this->showPage->hasVerifiedEmail(), 'There should be information that this customer has verified the email.');
 }