- 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
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.