checkInvalidCredentialsValidation() public method

Example #1
0
 /**
  * @Then I should be notified about bad credentials
  */
 public function iShouldBeNotifiedAboutBadCredentials()
 {
     Assert::true($this->addressPage->checkInvalidCredentialsValidation(), 'I should see validation error, but I do not.');
 }