Summary
As seen in T411927: Temporary account adding URL on first Publish attempt gets hCaptcha request, but no popup., needing to resubmit the form is not intuitive. When AbuseFilter's "showcaptcha" trigger is invoked, we should automatically resubmit the form via a few lines of JavaScript. We'll need to be careful about how we do this, though, since resubmission should only happen on the first page reload and not subsequent ones.
Acceptance criteria
- The wikitext editor form is resubmitted automatically the first time that the "showcaptcha" trigger is invoked after a page reload