Skip to content

Commit

Permalink
TASK: Fix test Move multiple nodes by enforcing correct "loadingDepth"
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Sep 25, 2023
1 parent 0186a20 commit 0f1df5f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ Neos:
contentDimensions:
resolver:
factoryClassName: Neos\Neos\FrontendRouting\DimensionResolution\Resolver\AutoUriPathResolverFactory

userInterface:
navigateComponent:
nodeTree:
# must be at least 3, so when moving document nodes into each other
# they will still be shown and we can assert this
loadingDepth: 3

0 comments on commit 0f1df5f

Please sign in to comment.