9 use Magento\Customer\Test\Page\CustomerAccountIndex;
10 use Magento\Customer\Test\Fixture\Address;
11 use Magento\Mtf\Constraint\AbstractConstraint;
27 $customerAccountIndex->open();
28 $customerAccountIndex->getAccountMenuBlock()->openMenuItem(
'Address Book');
29 $addressRenderer = $this->objectManager->create(
33 $isAddressExists = $customerAccountIndex->getAdditionalAddressBlock()
34 ->isAdditionalAddressExists($addressRenderer);
35 \PHPUnit\Framework\Assert::assertTrue(
37 'Customers address is absent in customer address book.' 48 return 'Customers address is absent in customer address book.';
processAssert(CustomerAccountIndex $customerAccountIndex, Address $shippingAddress)