-
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
[full-ci] [tests-only] Added test for sending share invitation to disabled user #8139
Conversation
8e05f65
to
e9771dd
Compare
888023b
to
5ff4b46
Compare
| sharee | Brian | | ||
| shareType | user | | ||
| permissionsRole | <permissions-role> | | ||
Then the HTTP status code should be "200" |
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.
Note: We can share with disabled users. #7962 (comment)
@@ -276,7 +276,7 @@ Feature: add users to group | |||
Given these groups have been created: | |||
| groupname | comment | | |||
| sales | normal group | | |||
And the user "Admin" has disabled user "Alice" using the Graph API | |||
And the user "Admin" has disabled user "Alice" |
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.
Refactored as we discussed, we are not using texts like using the Graph API
for a given step.
5ff4b46
to
62baed3
Compare
| Co Owner | folder | FolderToShare | | ||
| Uploader | folder | FolderToShare | | ||
| Manager | folder | FolderToShare | | ||
| permissions-role | resource-type | path | |
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.
Note: kebab-case for example table heading.
tests/acceptance/features/apiSharingNg/shareInvitations.feature
Outdated
Show resolved
Hide resolved
62baed3
to
72fa0cd
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
[full-ci] [tests-only] Added test for sending share invitation to disabled user
Description
Scenarios Added:
Related Issue
How Has This Been Tested?
Types of changes
Checklist: