Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
Claro theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2026 at 13:26 UTC
Updated:
11 Feb 2026 at 21:29 UTC
Jump to comment: Most recent
Comments
Comment #2
longwaveConfirmed locally
The one assertion is asserting that the test modules were installed correctly. If I comment that out in FunctionalTestSetupTrait:
Comment #3
longwaveComment #5
smustgrave commentedPretty straight forward.
Comment #9
catchI looked into the git history.
MenuUiJavascriptTest was added in 2018 with the one test method and a couple of helper methods.
ClaroMenuUiJavascriptTest was added with the initial commit of Claro in 2019.
My guess is someone subclassed a load of tests into Claro, realised this method was irrelevant, no-one realised the entire test was irrelevant until now.
Committed/pushed to main and 11.x, thanks!