You are here

protected function CommerceCheckoutLoginUserLoginTest::testSuccessfulLoginAndCheckout in Commerce Checkout Login 7.2

File

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

Class

CommerceCheckoutLoginUserLoginTest
Checkout login test class.

Code

protected function testSuccessfulLoginAndCheckout() {
  $this
    ->postValidUserLogin();
  $this
    ->continueToReview($this->storeCustomerAccount);
  $this
    ->CompleteCheckout();
  $this
    ->assertCheckoutWasCompletedWithoutCreatingNewAccount();
}