- Issue created by @larowlan
- 🇺🇸United States sker101 NYC
We just ran into an issue that seems to be related to this one after upgrading to the latest Drupal release (10.2.3).
All our "ExistingSiteSelenium2DriverTestBase" tests are throwing the error "Unable to complete Ajax request" when calling the "assertWaitOnAjaxRequest" method.
The solution we've found so far is to set the setting `extension_discovery_scan_tests` to `true` and enable the `js_testing_ajax_request_test` module manually in the test via the "module_installer" service.
Please let us know if there is any better approach to enable the testing module.