You are here

protected function CommerceCheckoutLoginUserLoginTest::testUserCanLoginUsingUsername in Commerce Checkout Login 7.2

File

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

Class

CommerceCheckoutLoginUserLoginTest
Checkout login test class.

Code

protected function testUserCanLoginUsingUsername() {
  $this
    ->postLoginForm($this->storeCustomerAccount->name, $this->storeCustomerAccount->pass_raw);
  $this
    ->continueToReview($this->storeCustomerAccount);
}