diff --git a/Neos.Neos/Tests/Behavior/Features/FrontendRouting/Basic.feature b/Neos.Neos/Tests/Behavior/Features/FrontendRouting/Basic.feature index c9fde1e6e6..bda6508fc9 100644 --- a/Neos.Neos/Tests/Behavior/Features/FrontendRouting/Basic.feature +++ b/Neos.Neos/Tests/Behavior/Features/FrontendRouting/Basic.feature @@ -9,6 +9,9 @@ Feature: Basic routing functionality (match & resolve document nodes in one dime superTypes: 'Neos.ContentRepository:Root': true 'Neos.Neos:Document': {} + 'Neos.Neos:Site': + superTypes: + 'Neos.Neos:Document': true 'Neos.Neos:Content': {} 'Neos.Neos:Test.Routing.Page': superTypes: @@ -46,7 +49,7 @@ Feature: Basic routing functionality (match & resolve document nodes in one dime # And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | nodeName | - | shernode-homes | lady-eleonode-rootford | Neos.Neos:Test.Routing.Page | {"uriPathSegment": "ignore-me"} | node1 | + | shernode-homes | lady-eleonode-rootford | Neos.Neos:Site | {"uriPathSegment": "ignore-me"} | node1 | | sir-david-nodenborough | shernode-homes | Neos.Neos:Test.Routing.Page | {"uriPathSegment": "david-nodenborough"} | node2 | | duke-of-contentshire | sir-david-nodenborough | Neos.Neos:Test.Routing.Content | {"uriPathSegment": "ignore-me"} | node3 | | earl-o-documentbourgh | sir-david-nodenborough | Neos.Neos:Test.Routing.Page | {"uriPathSegment": "earl-document"} | node4 | diff --git a/Neos.Neos/Tests/Behavior/Features/FrontendRouting/MissingPathSegments.feature b/Neos.Neos/Tests/Behavior/Features/FrontendRouting/MissingPathSegments.feature index b5bd62887a..f19ef9755a 100644 --- a/Neos.Neos/Tests/Behavior/Features/FrontendRouting/MissingPathSegments.feature +++ b/Neos.Neos/Tests/Behavior/Features/FrontendRouting/MissingPathSegments.feature @@ -9,6 +9,10 @@ Feature: Basic routing functionality if path segments are missing after node cre superTypes: 'Neos.ContentRepository:Root': true 'Neos.Neos:Document': {} + 'Neos.Neos:Site': + superTypes: + 'Neos.Neos:Document': true + 'Neos.Neos:Content': {} 'Neos.Neos:Test.Routing.Page': superTypes: @@ -46,7 +50,7 @@ Feature: Basic routing functionality if path segments are missing after node cre # And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | nodeName | - | shernode-homes | lady-eleonode-rootford | Neos.Neos:Test.Routing.Page | {} | node1 | + | shernode-homes | lady-eleonode-rootford | Neos.Neos:Site | {} | node1 | | sir-david-nodenborough | shernode-homes | Neos.Neos:Test.Routing.Page | {} | node2 | | duke-of-contentshire | sir-david-nodenborough | Neos.Neos:Test.Routing.Content | {} | node3 | | earl-o-documentbourgh | sir-david-nodenborough | Neos.Neos:Test.Routing.Page | {} | node4 | diff --git a/Neos.Neos/Tests/Behavior/Features/FrontendRouting/NodeVariationEdgeCases.feature b/Neos.Neos/Tests/Behavior/Features/FrontendRouting/NodeVariationEdgeCases.feature index 7e4d76f0ca..75c2d9b90f 100644 --- a/Neos.Neos/Tests/Behavior/Features/FrontendRouting/NodeVariationEdgeCases.feature +++ b/Neos.Neos/Tests/Behavior/Features/FrontendRouting/NodeVariationEdgeCases.feature @@ -36,6 +36,7 @@ Feature: Test cases for node variation edge cases | nodeTypeName | "Neos.Neos:Site" | | parentNodeAggregateId | "lady-eleonode-rootford" | | originDimensionSpacePoint | {"example":"source"} | + | nodeName | "site" | And the command CreateNodeVariant is executed with payload: | Key | Value | | nodeAggregateId | "shernode-homes" |