9 use Magento\Mtf\Constraint\AbstractConstraint;
10 use Magento\Customer\Test\Page\CustomerAccountLogin;
18 'The account sign-in was incorrect or your account is disabled temporarily. Please wait and try again later.';
27 CustomerAccountLogin $customerLogin
29 \PHPUnit\Framework\Assert::assertEquals(
30 self::CUSTOMER_LOCKED_MESSAGE,
31 $customerLogin->getMessages()->getErrorMessage(),
32 'Wrong message is displayed.' 43 return 'Customer locked message is present on customer account login page.';
processAssert(CustomerAccountLogin $customerLogin)
const CUSTOMER_LOCKED_MESSAGE