9 use Magento\Contact\Test\Page\ContactIndex;
10 use Magento\Mtf\Constraint\AbstractConstraint;
35 \PHPUnit\Framework\Assert::assertEquals(
36 self::SUCCESS_MESSAGE_PART_1 . self::SUCCESS_MESSAGE_PART_2,
37 $contactIndex->getMessagesBlock()->getMessage(),
38 'Wrong message is displayed.' 49 return 'Success message is present on contact us page.';