9 use Magento\Customer\Test\Page\CustomerAccountLogin;
10 use Magento\Mtf\Constraint\AbstractConstraint;
25 \PHPUnit\Framework\Assert::assertTrue(
26 $loginPage->getLoginBlockWithCaptcha()->isVisibleCaptcha(),
27 'Captcha image is not present on storefront login page.' 30 \PHPUnit\Framework\Assert::assertTrue(
31 $loginPage->getLoginBlockWithCaptcha()->isVisibleCaptchaReloadButton(),
32 'Captcha reload button is not present on storefront login page.' 43 return 'Captcha and reload button are presents on storefront login page.';
processAssert(CustomerAccountLogin $loginPage)