## Summary
The #confirmedit extension has QUnit tests for hCaptcha specific code that are not run in CI because the hCaptcha sub-extension is not loaded. We should ensure that this is loaded and fix any broken tests
## Background
- The #confirmedit extension has sub-extensions for each type of captcha that can be used
-- This is largely no longer necessary as discussed in {T398193}, but there are some remaining issues that makes it difficult to remove the sub-extensions (such as not wanting unnecessary i18n and ResourceLoader modules to be registered when not using that captcha)
-- However, the sub-extension approach means that hCaptcha QUnit test modules are not loaded in CI, as only the overall #confirmedit extension is loaded
- We should make it so that all the ConfirmEdit sub-extensions are loaded in CI, so that any tests that are run can be run with all extensions loaded to avoid skipping any tests that should be run
## Acceptance criteria
- [ ] At least #confirmedit hCaptcha sub extension is loaded in CI, with ideally all sub extensions loaded for consistency