-
Notifications
You must be signed in to change notification settings - Fork 196
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 API tests for removing user from groups (graph API) #5104
Conversation
784d419
to
afcee69
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.
LGTM 👍
afcee69
to
3c686cc
Compare
3c686cc
to
3d1f238
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.
lgtm 👍
extend tests refactor
3d1f238
to
f6ae2cf
Compare
Kudos, SonarCloud Quality Gate passed! |
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
Author: Sawjan Gurung <[email protected]> Date: Mon Nov 28 14:13:52 2022 +0545 add graph api tests for removing user from group (#5104) extend tests refactor
Description
Added API tests for removing user from groups
Added scenarios:
Scenario: admin removes a user from a group
Scenario: admin removes a user from a group with special characters
Scenario: admin removes a user from a group having % and # in their names
Scenario: admin removes a user from a group that has a forward-slash in the group name
Scenario: admin tries to remove a user from a non-existing group
Scenario: normal user tries to remove a user in their group
Related Issue
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: