Issue #3559521 by dydave: Automated tests: Fixed support for Drupal 9 (deprecated major).
https://www.drupal.org/project/admin_toolbar/issues/3559521
Automated tests: Fixed support for Drupal 9 (deprecated major):
-
AdminToolbarSearchSettingsFormTest: Updated the regex to allow an(.*active tab.*)?span tag in the local task menu link. -
admin_toolbar_tools/tests/src/Functional/AdminToolbarToolsTest.php: Updated the regex to allow<dd class="list-group__description"></dd>tags when the description of menu links is empty on D9:
Replaced[\r\n ]*with([\r\n].*)+where needed.