-
Notifications
You must be signed in to change notification settings - Fork 186
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] shift existing settings api test scenarios to apiSettings
test suite
#10841
base: master
Are you sure you want to change the base?
Conversation
1f6da6a
to
7d4b953
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.
Please keep this feature file but change tests to use graph
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.
This suite is a special one.
7d4b953
to
6b3711c
Compare
6b3711c
to
b078841
Compare
Signed-off-by: prashant-gurung899 <[email protected]>
b078841
to
69895b5
Compare
Quality Gate passedIssues Measures |
Scenario Outline: only admin user can see all existing roles | ||
Given user "Alice" has been created with default attributes | ||
And the administrator has given "Alice" the role "<user-role>" using the settings api | ||
When user "Alice" tries to get all existing roles using the settings API | ||
Then the HTTP status code should be "<http-status-code>" | ||
Examples: | ||
| user-role | http-status-code | | ||
| Admin | 201 | | ||
| Space Admin | 201 | | ||
| User | 201 | | ||
|
||
@issue-5032 | ||
Scenario Outline: only admin user can see assignments list | ||
Given user "Alice" has been created with default attributes |
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.
update these scenarios into graph and then we don't have to remove them
Description
This PR
apiSettings
test suite.as they are covered in
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: