diff --git a/tests/acceptance/features/apiSpaces/spaceManagement.feature b/tests/acceptance/features/apiSpaces/spaceManagement.feature index 82ba9cc9004..648719978d2 100644 --- a/tests/acceptance/features/apiSpaces/spaceManagement.feature +++ b/tests/acceptance/features/apiSpaces/spaceManagement.feature @@ -151,12 +151,8 @@ Feature: Space management Scenario Outline: space admin user tries to disable the personal space - When user "" disables a space "Alice Hansen" owned by user "Alice" + When user "Brian" disables a space "Alice Hansen" owned by user "Alice" Then the HTTP status code should be "403" - Examples: - | user | - | Brian | - | Carol | Scenario: space admin user deletes the project space