We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9d632 commit d85b27dCopy full SHA for d85b27d
dev/tests/functional/tests/app/Magento/Captcha/Test/Block/Form/LoginWithCaptcha.php
@@ -48,14 +48,4 @@ public function isVisibleCaptchaReloadButton()
48
{
49
return $this->_rootElement->find($this->captchaReload, Locator::SELECTOR_CSS)->isVisible();
50
}
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
- }
61
0 commit comments