Skip to content

Commit 28f14ed

Browse files
author
renkelvin
committed
Update recaptcha_enterprise_verifier.test.ts
1 parent 861db5e commit 28f14ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ describe('platform_browser/recaptcha/recaptcha_enterprise_verifier', () => {
164164
expect(response).to.equal('testResponse');
165165
});
166166

167+
// "Errors like "MISSING_RECAPTCHA_TOKEN" will be handled irrespective of the enablement status of "emailPasswordEnabled", but this test verifies the more likely scenario where emailPasswordEnabled is false"
167168
it('should handle MISSING_RECAPTCHA_TOKEN error when emailPasswordEnabled is false', async () => {
168169
if (typeof window === 'undefined') {
169170
return;

0 commit comments

Comments
 (0)