You are here

protected function CommerceCheckoutLoginTestBase::assertAccountInformationIsDisplayedWithLabel in Commerce Checkout Login 7.2

Parameters

$account:

2 calls to CommerceCheckoutLoginTestBase::assertAccountInformationIsDisplayedWithLabel()
CommerceCheckoutLoginUserLoginTest::testAccountInformationPaneCanBeEnabled in tests/CommerceCheckoutLoginUserLoginTest.test
CommerceCheckoutLoginUserRegisterTest::testAccountInformationPaneCanBeEnabled in tests/CommerceCheckoutLoginUserRegisterTest.test

File

tests/CommerceCheckoutLoginTestBase.test, line 174
Contains the test class for Commerce checkout login module tests.

Class

CommerceCheckoutLoginTestBase
Class for commerce checkout login testing.

Code

protected function assertAccountInformationIsDisplayedWithLabel($account) {
  $this
    ->assertText(t('Account information'), 'Account information is displayed.');
  $this
    ->assertAccountInformationIsDisplayed($account);
}