reCaptcha onVerified isn't firing

Ran into the same issue today.
Got no idea, why on Verified doesn’t fire, but I worked my way around with the token, the captcha creates.

After completing the image-challenge, the captcha creates a token. You can use this token for coding.
$w( ’ # yourcaptcha’ ).token
Will be undefined, if captcha is not passed. But gets some value, once it’s passed.