Commit 7170ee0 1 parent 69f98a4 commit 7170ee0 Copy full SHA for 7170ee0
File tree 1 file changed +18
-0
lines changed
tests/acceptance/features/apiOcm
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1229,3 +1229,21 @@ Feature: an user shares resources using ScienceMesh application
1229
1229
}
1230
1230
}
1231
1231
"""
1232
+
1233
+ @issue-10689
1234
+ Scenario : federation user lists all the spaces
1235
+ Given using server "REMOTE"
1236
+ And "Brian" has created the federation share invitation
1237
+ And using server "LOCAL"
1238
+ And "Alice" has accepted invitation
1239
+ And user "Alice" has created folder "folderToShare"
1240
+ And user "Alice" has sent the following resource share invitation to federated user:
1241
+ | resource | folderToShare |
1242
+ | space | Personal |
1243
+ | sharee | Brian |
1244
+ | shareType | user |
1245
+ | permissionsRole | Editor |
1246
+ And using server "REMOTE"
1247
+ When user "Brian" lists all available spaces via the Graph API
1248
+ Then the HTTP status code should be "200"
1249
+ And the json responded should not contain a space with name "folderToShare"
You can’t perform that action at this time.
0 commit comments