@@ -18,8 +18,6 @@ Feature: Disabling, restoring and deleting space
1818 | Carol |
1919 And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
2020 And user "Alice" has created a space "Project Moon" with the default quota using the Graph API
21-
22-
2321 ##############################################################################
2422 # DISABLE SPACE
2523 ##############################################################################
@@ -91,6 +89,7 @@ Feature: Disabling, restoring and deleting space
9189 }
9290 """
9391
92+
9493 Scenario Outline : an admin and space manager can disable other space via the Graph API
9594 Given the administrator has assigned the role "<user-role>" to user "Carol" using the Graph API
9695 When user "Carol" disables a space "Project Moon" owned by user "Alice"
@@ -100,7 +99,6 @@ Feature: Disabling, restoring and deleting space
10099 | user -role |
101100 | Admin |
102101 | Space Admin |
103-
104102 ##############################################################################
105103 # LIST DISABLED SPACE (/me/drives)
106104 ##############################################################################
@@ -120,8 +118,6 @@ Feature: Disabling, restoring and deleting space
120118 | User | Manager | should |
121119 | User | Space Editor | should not |
122120 | User Light | Space Viewer | should not |
123-
124-
125121 ##############################################################################
126122 # ENABLE SPACE
127123 ##############################################################################
@@ -177,7 +173,7 @@ Feature: Disabling, restoring and deleting space
177173 | newFolder |
178174
179175
180- Scenario Outline : try to restore other space
176+ Scenario Outline : try to restore other space
181177 Given the administrator has assigned the role "<user-role>" to user "Brian" using the Graph API
182178 And user "Alice" has disabled a space "Project Moon"
183179 When user "Brian" restores a disabled space "Project Moon" owned by user "Alice"
@@ -188,8 +184,6 @@ Feature: Disabling, restoring and deleting space
188184 | Space Admin | 200 |
189185 | User | 404 |
190186 | User Light | 404 |
191-
192-
193187 ##############################################################################
194188 # DELETE SPACE
195189 ##############################################################################
0 commit comments