Fixed
Project:
Drupal core
Version:
11.x-dev
Component:
Claro theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2026 at 09:32 UTC
Updated:
14 Sep 2026 at 08:07 UTC
Jump to comment: Most recent
Part of deprecating Claro
These should be the tests to change.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
quietone commentedComment #4
quietone commentedRather straightforward now that #3618971: Use Admin theme in installer was committed.
Comment #5
smustgrave commentedChange LGTM. Seem to be number of failures seeing on #3582101: Make Admin the default theme in profiles and recipes
Comment #6
godotislateQ about code comment on the MR. The standard profile does not install
default_admin. It still installsclaro.Comment #7
smustgrave commentedThere’s another ticket about changing all those
Comment #8
godotislateRight, but changing the comment from
clarotodefault_adminis inaccurate, because as yet, the standard profile still installsclaroand notdefault_admin.Comment #9
quietone commentedYes, I missed that comment. It is fixed now and tests are passing.
Comment #10
godotislateBack to RTBC.
Comment #11
amateescu commentedCommitted 111eb83 and pushed to main. Thanks!
In 11.x the theme in
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.phpisolivero, so I'm not sure what we want to do there..Comment #14
quietone commentedLet's change the use of Olivero core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php here. That fits the scope of this issue, as per the title, even though this is in the Claro component.
Comment #15
quietone commented11.x branch available and tests are passing
Comment #16
godotislate11.x backport diff looks the essentially same as main diff. Noted that we're replacing olivero (instead of claro) with default_admin in 11.x, per #14.
Comment #18
catchCommitted/pushed the backport to 11.x, thanks!