-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tests-only][full-ci] add test for listing file/folder permissions in personal and project space #8476
Conversation
138e8b8
to
90315ca
Compare
Quality Gate passedIssues Measures |
This PR is blocked until issue #8331 is fixed. So putting it in blocked until it gets fixed. |
90315ca
to
2628061
Compare
2ae7405
to
30bd2d2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Others LGTM 👍
|
||
@issues-8331 | ||
Scenario: user lists permissions of a file in personal space via the Graph API | ||
Given user "Alice" has uploaded file with content "hello world" to "/textfile0.txt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given user "Alice" has uploaded file with content "hello world" to "/textfile0.txt" | |
Given using spaces DAV path | |
And user "Alice" has uploaded file with content "hello world" to "/textfile0.txt" |
if it is needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, we don't need it because we are not working with spaces in this scenario
30bd2d2
to
aca3b79
Compare
aca3b79
to
e3c9246
Compare
Quality Gate passedIssues Measures |
Description
this pr adds test for listing permissions of resource in personal and project space
added scenarios
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: