You are here

protected function CommerceCheckoutLoginUserLoginTest::testUnknownPasswordIsRejectedDuringLogin in Commerce Checkout Login 7.2

File

tests/CommerceCheckoutLoginUserLoginTest.test, line 49
Contains tests for the user login functionality.

Class

CommerceCheckoutLoginUserLoginTest
Checkout login test class.

Code

protected function testUnknownPasswordIsRejectedDuringLogin() {
  $mail = $this->storeCustomerAccount->mail;
  $this
    ->postLoginForm($mail, $this
    ->randomString());
  $this
    ->assertUnknownEmailOrPasswordMessage($mail);
}