You are here

protected function CommerceCheckoutLoginUserLoginTest::testAccountInformationPaneCanBeEnabled in Commerce Checkout Login 7.2

File

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

Class

CommerceCheckoutLoginUserLoginTest
Checkout login test class.

Code

protected function testAccountInformationPaneCanBeEnabled() {
  $this
    ->enableAccountInformationPane();
  $this
    ->postValidUserLogin();
  $this
    ->assertAccountInformationIsDisplayedWithLabel($this->storeCustomerAccount);
}