The hCaptcha QUnit tests currently do not pass. We should fix them so that when they are run in CI it does not block merges on the master branch
Background
- Changes to the hCaptcha JS code in ConfirmEdit (CAPTCHA extension) have caused the QUnit tests to fail.
- Because of T406231: ConfirmEdit hCaptcha: Get QUnit tests to run in CI, these tests failing does not block merges and therefore they have slowly become to fail.
- We should fix the tests so that they pass locally
- This means that when we get the QUnit tests to run in CI there is less of a chance that they immediately block merges in ConfirmEdit (CAPTCHA extension) and any other extension that depends on ConfirmEdit (CAPTCHA extension)
Acceptance criteria
- The hCaptcha QUnit tests pass locally