Skip to content

Commit

Permalink
TASK: Adjust other Menu.feature to NodeLabel change
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed May 14, 2024
1 parent 1388700 commit fe8f4b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Neos.Neos/Tests/Behavior/Features/Fusion/Menu.feature
Original file line number Diff line number Diff line change
Expand Up @@ -529,13 +529,13 @@ Feature: Tests for the "Neos.Neos:Menu" and related Fusion prototypes
"""html
<ul>
<li class="active">
<a href="/" title="Neos.Neos:Site">Neos.Neos:Site</a>
<a href="/" title="Neos.Neos:Site (a)">Neos.Neos:Site (a)</a>
</li>
<li class="active">
<a href="/a1" title="Neos.Neos:Test.DocumentType1">Neos.Neos:Test.DocumentType1</a>
<a href="/a1" title="Neos.Neos:Test.DocumentType1 (a1)">Neos.Neos:Test.DocumentType1 (a1)</a>
</li>
<li class="current">
<a href="/a1/a1a" title="Neos.Neos:Test.DocumentType2a">Neos.Neos:Test.DocumentType2a</a>
<a href="/a1/a1a" title="Neos.Neos:Test.DocumentType2a (a1a)">Neos.Neos:Test.DocumentType2a (a1a)</a>
</li>
</ul>
"""

0 comments on commit fe8f4b2

Please sign in to comment.