9 use Magento\Customer\Test\Page\CustomerAccountIndex;
10 use Magento\Mtf\Constraint\AbstractConstraint;
28 public function processAssert(CustomerAccountIndex $customerAccountIndex)
30 $customerAccountIndex->open();
31 $customerAccountIndex->getAccountMenuBlock()->openMenuItem(
'Address Book');
32 $actualText = $customerAccountIndex->getAdditionalAddressBlock()->getBlockText();
33 \PHPUnit\Framework\Assert::assertTrue(
34 self::EXPECTED_MESSAGE == $actualText,
35 'Expected text is absent in Additional Address block.' 46 return 'Deleted address is absent in "Additional Address Entries" block.';
processAssert(CustomerAccountIndex $customerAccountIndex)