10 use Magento\Customer\Test\Page\Adminhtml\CustomerIndexEdit;
11 use Magento\Mtf\Constraint\AbstractConstraint;
31 CustomerIndexEdit $customerIndexEdit,
34 $customerIndexEdit->open([
'id' =>
$customer->getId()]);
35 \PHPUnit\Framework\Assert::assertEquals(
36 self::CUSTOMER_LOCKED_ACCOUNT,
37 $customerIndexEdit->getCustomerForm()->getPersonalInformation(
'Account Lock'),
38 'Incorrect customer account status.' 49 return 'Customer account status is correct.';
processAssert(CustomerIndexEdit $customerIndexEdit, Customer $customer)
const CUSTOMER_LOCKED_ACCOUNT