From 0257b282c57556b66547caa2f3969b734317799b Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:32:24 +0100 Subject: [PATCH] TASK: Ensure the live workspace is created by the WorkspaceService for permissions test --- .../Security/WorkspacePermissions.feature | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Neos.Neos/Tests/Behavior/Features/ContentRepository/Security/WorkspacePermissions.feature b/Neos.Neos/Tests/Behavior/Features/ContentRepository/Security/WorkspacePermissions.feature index f397b23678..2d0f92f359 100644 --- a/Neos.Neos/Tests/Behavior/Features/ContentRepository/Security/WorkspacePermissions.feature +++ b/Neos.Neos/Tests/Behavior/Features/ContentRepository/Security/WorkspacePermissions.feature @@ -20,11 +20,8 @@ Feature: Workspace permission related features """ And using identifier "default", I define a content repository And I am in content repository "default" - And the command CreateRootWorkspace is executed with payload: - | Key | Value | - | workspaceName | "live" | - | newContentStreamId | "cs-identifier" | - And I am in workspace "live" and dimension space point {} + And the live workspace exists + And I am in workspace "live" And the command CreateRootNodeAggregateWithNode is executed with payload: | Key | Value | | nodeAggregateId | "root" |