We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dc9811 + 9082a51 commit 0cf56beCopy full SHA for 0cf56be
tests/acceptance/features/apiActivities/activities.feature
@@ -2028,3 +2028,11 @@ Feature: check activities
2028
}
2029
2030
"""
2031
+
2032
+ @issue-9860
2033
+ Scenario: user tries to check activities of another user's file
2034
+ Given user "Brian" has been created with default attributes and without skeleton files
2035
+ And user "Alice" has uploaded file with content "ownCloud test text file" to "textfile.txt"
2036
+ And user "Alice" has uploaded file with content "updated ownCloud test text file" to "textfile.txt"
2037
+ When user "Brian" tries to list the activities of file "textfile.txt" from space "Personal" owned by user "Alice" using the Graph API
2038
+ Then the HTTP status code should be "403"
0 commit comments