Skip to content

Commit d85b27d

Browse files
MTO-144: [Test] Captcha and lockout for Storefront login page
- Defects fixed
1 parent 4a9d632 commit d85b27d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

dev/tests/functional/tests/app/Magento/Captcha/Test/Block/Form/LoginWithCaptcha.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,4 @@ public function isVisibleCaptchaReloadButton()
4848
{
4949
return $this->_rootElement->find($this->captchaReload, Locator::SELECTOR_CSS)->isVisible();
5050
}
51-
52-
/**
53-
* Get captcha reload button element.
54-
*
55-
* @return ElementInterface
56-
*/
57-
public function getCaptchaReloadButton()
58-
{
59-
return $this->_rootElement->find($this->captchaReload, Locator::SELECTOR_CSS);
60-
}
6151
}

0 commit comments

Comments
 (0)