From 0f1df5f90cf1c663401efb88436200002b2ba62e Mon Sep 17 00:00:00 2001
From: mhsdesign <85400359+mhsdesign@users.noreply.github.com>
Date: Mon, 25 Sep 2023 09:50:05 +0200
Subject: [PATCH] TASK: Fix test `Move multiple nodes` by enforcing correct
 "loadingDepth"

---
 .../Neos.Test.OneDimension/Configuration/Settings.yaml     | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Tests/IntegrationTests/TestDistribution/DistributionPackages/Neos.Test.OneDimension/Configuration/Settings.yaml b/Tests/IntegrationTests/TestDistribution/DistributionPackages/Neos.Test.OneDimension/Configuration/Settings.yaml
index 6bbebddb15..6f86420877 100644
--- a/Tests/IntegrationTests/TestDistribution/DistributionPackages/Neos.Test.OneDimension/Configuration/Settings.yaml
+++ b/Tests/IntegrationTests/TestDistribution/DistributionPackages/Neos.Test.OneDimension/Configuration/Settings.yaml
@@ -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