9 use Magento\Contact\Test\Page\ContactIndex;
10 use Magento\Mtf\Constraint\AbstractConstraint;
25 \PHPUnit\Framework\Assert::assertTrue(
26 $contactIndex->getContactUs()->isVisibleCaptcha(),
27 'Captcha image is not displayed on the Contact Us page.' 30 \PHPUnit\Framework\Assert::assertTrue(
31 $contactIndex->getContactUs()->isVisibleCaptchaReloadButton(),
32 'Captcha reload button is not displayed on the Contact Us page.' 43 return 'Captcha and reload button are present on the Contact Us page.';