Skip to content

Commit

Permalink
TASK: Adjust 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 4f6ed01 commit 7951e1b
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 @@ -501,13 +501,13 @@ Feature: Tests for the "Neos.Neos:Menu" and related Fusion prototypes
"""html
<ul>
<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>
<ul>
<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>
<li class="normal">
<a href="/a1/a1b" title="Neos.Neos:Test.DocumentType1">Neos.Neos:Test.DocumentType1</a>
<a href="/a1/a1b" title="Neos.Neos:Test.DocumentType1 (a1b)">Neos.Neos:Test.DocumentType1 (a1b)</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit 7951e1b

Please sign in to comment.