9 use Magento\Customer\Test\Page\CustomerAccountCreate;
10 use Magento\Mtf\Constraint\AbstractConstraint;
25 \PHPUnit\Framework\Assert::assertTrue(
26 $createAccountPage->getRegisterForm()->isVisibleCaptcha(),
27 'Captcha image is not displayed on the storefront account register page.' 30 \PHPUnit\Framework\Assert::assertTrue(
31 $createAccountPage->getRegisterForm()->isVisibleCaptchaReloadButton(),
32 'Captcha reload button is not displayed on the storefront account register page.' 43 return 'Captcha and reload button are displayed on the storefront account register page.';