You are here

protected function CommerceCheckoutLoginUserLoginTest::testAccountInformationPaneCanBeDisabled in Commerce Checkout Login 7.2

File

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

Class

CommerceCheckoutLoginUserLoginTest
Checkout login test class.

Code

protected function testAccountInformationPaneCanBeDisabled() {
  $this
    ->disableAccountInformationPane();
  $this
    ->postValidUserLogin();
  $this
    ->assertNoAccountInformationDisplayed();
}