Skip to content

Commit f7487d7

Browse files
add test to list drives by federation user
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
1 parent f8f4805 commit f7487d7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/acceptance/features/apiOcm/share.feature

+18
Original file line numberDiff line numberDiff line change
@@ -1229,3 +1229,21 @@ Feature: an user shares resources using ScienceMesh application
12291229
}
12301230
}
12311231
"""
1232+
1233+
@issue-10689
1234+
Scenario: federation user lists ocm shares
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"

0 commit comments

Comments
 (0)