9 use Magento\Customer\Test\Page\Adminhtml\CustomerIndexNew;
10 use Magento\Mtf\Constraint\AbstractConstraint;
30 $actualMessage = $pageCustomerIndexNew->getMessagesBlock()->getErrorMessage();
32 \PHPUnit\Framework\Assert::assertEquals(
35 'Wrong success message is displayed.' 36 .
"\nExpected: " . $expectMessage
37 .
"\nActual: " . $actualMessage
48 return 'Assert that error message is displayed.';
const ERROR_EMAIL_MESSAGE
processAssert(CustomerIndexNew $pageCustomerIndexNew)