Skip to content

Commit ad5d8ca

Browse files
committed
ACP2E-547: Magento forms can be submitted before the Google Recaptcha appears in the form
1 parent b21dd85 commit ad5d8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReCaptchaCustomer/Test/Unit/Plugin/Customer/DisableForgotPasswordButtonTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function setUp(): void
3838
$this->isCaptchaEnabled = $this->getMockForAbstractClass(
3939
IsCaptchaEnabledInterface::class
4040
);
41-
$this->subject = $this->createMock(DisableForgotPasswordButton::class);
41+
$this->subject = $this->createMock(ForgotPasswordButton::class);
4242

4343
$this->plugin = new DisableForgotPasswordButton(
4444
$this->isCaptchaEnabled

0 commit comments

Comments
 (0)