-
Notifications
You must be signed in to change notification settings - Fork 189
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]added test to list shares sharedWithMe after the share role has been disabled #10744
Conversation
44f524c
to
965e458
Compare
09dc702
to
9e86da7
Compare
9f3adf0
to
4c4acae
Compare
4c4acae
to
992e2c4
Compare
992e2c4
to
d91dff6
Compare
tests/acceptance/features/apiSharingNg1/enableDisablePermissionsRole.feature
Outdated
Show resolved
Hide resolved
d91dff6
to
9e9671e
Compare
9e9671e
to
0345f21
Compare
Quality Gate passedIssues Measures |
Scenario Outline: users list the shares shared with Secure Viewer after the role is disabled (Personal Space) | ||
Given the administrator has enabled the permissions role "Secure Viewer" | ||
And user "Alice" has uploaded file with content "some content" to "textfile.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.
maybe we should assert these in a single scenario for these kinds of tests (edge-cases):
- sharedByMe (sharer)
- sharedWithMe (sharee)
- list me/drives (sharee)
- PROPFIND Shares space (sharee)
- some action by sharee (e.g.: download file)
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.
I have updated the changes in the follow up PR #10756. We can merge this PR and add these changes in other PR.
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.
lgtm
[tests-only][full-ci]added test to list shares sharedWithMe after the share role has been disabled
Description
This PR adds the test to list shares
sharedWithMe
after the share role has been disabled, with preconditionenable role
->share
->disable role
Related Issue
Types of changes
Checklist: