- Issue created by @damienmckenna
- πΊπΈUnited States damienmckenna NH, USA
It turns out that 11.2.x only has two tests:
* core/themes/claro/tests/src/Functional/NodeTitleTest.php
* core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.phpI'll review them to see whether each test is also covered by a Gin test.
- πΊπΈUnited States damienmckenna NH, USA
Doing a quick copy & adjust.
- πΊπΈUnited States damienmckenna NH, USA
I copied the two tests and adjusted their namespaces.
When I ran NodeTitleTest locally the test failed because the output doesn't have a H1 tag, so I think we should remove that one.
- πΊπΈUnited States kentr Durango, CO
The missing
h1
appears to be due to the bug thatNodeTitleTest.php
was created for ( π Display the page title, even if "0" in olivero Fixed ). When I give a node a title other than "0", the title andh1
are present. Screenshot:The title "0" is present in the browser and the test passes when I add a template override to Gin and apply the changes that were made for Olivero:
LMK if you want me to push the template change to the MR. The original template comes from Classy; I got the source from twig debug mode.