From 57c3da50d6ec2a48557efaf422193fbd63cc6649 Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:03:31 +0100 Subject: [PATCH] TASK: Fix constraint test of failing too early > InvalidArgumentException (1733394351): The command "SetNodeProperties" for node lady-eleonode-rootford must contain property values We want a NodeAggregateIsRoot exception --- .../01-SetNodeProperties_ConstraintChecks.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neos.ContentRepository.BehavioralTests/Tests/Behavior/Features/04-NodeModification/01-SetNodeProperties_ConstraintChecks.feature b/Neos.ContentRepository.BehavioralTests/Tests/Behavior/Features/04-NodeModification/01-SetNodeProperties_ConstraintChecks.feature index 968798de225..24a22c54ebf 100644 --- a/Neos.ContentRepository.BehavioralTests/Tests/Behavior/Features/04-NodeModification/01-SetNodeProperties_ConstraintChecks.feature +++ b/Neos.ContentRepository.BehavioralTests/Tests/Behavior/Features/04-NodeModification/01-SetNodeProperties_ConstraintChecks.feature @@ -67,7 +67,7 @@ Feature: Set node properties: Constraint checks | Key | Value | | nodeAggregateId | "lady-eleonode-rootford" | | originDimensionSpacePoint | {"language":"de"} | - | propertyValues | {} | + | propertyValues | {"text":"New text"} | Then the last command should have thrown an exception of type "NodeAggregateIsRoot" Scenario: Try to set properties in an origin dimension space point that does not exist