-
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] added test to update share role to existing role after the assigned share role is disabled #10760
Conversation
97814fa
to
6f7d42a
Compare
6f7d42a
to
f52514b
Compare
tests/acceptance/features/apiSharingNgShareInvitation/updateShareInvitations.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiSharingNgShareInvitation/updateShareInvitations.feature
Outdated
Show resolved
Hide resolved
a8dc67b
to
13e34ac
Compare
be48232
to
892d1a6
Compare
tests/acceptance/features/apiSharingNgShareInvitation/updateShareInvitations.feature
Outdated
Show resolved
Hide resolved
Ready for review 👀 |
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 👍
211dfd2
to
6e83496
Compare
6e83496
to
f687054
Compare
LGTM 👍 |
95ead98
to
eef0ee2
Compare
| space | Personal | | ||
| resource | <resource> | | ||
Then the HTTP status code should be "200" | ||
And the updated permissions role of the last share should be "<permissions-role>" |
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.
is it like checking the response object?
And the updated permissions role of the last share should be "<permissions-role>" | |
And the updated permissions role of the last share should be "<permissions-role>" |
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.
Not the whole response, but only the value of the role id.
eef0ee2
to
cfb1a42
Compare
cfb1a42
to
2e447b4
Compare
2e447b4
to
7bf3f72
Compare
Quality Gate passedIssues Measures |
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.
👍
[tests-only][full-ci] added test to update share role to existing role after the assigned share role is disabled
Description
This PR adds test to update share role to an existing role after the assigned share role is disabled. This PR covers the test for updating the roles to:
Secure Viewer
to other existing permissions role (Personal Space resource)Secure Viewer
to other existing permissions role (Project Space resource)Space Editor Without Versions
to other existing permissions roleCurrently, trying to update the permissions role from
Denied
to other existing permissions role takes more than30
seconds to sync, which makes the tests execution longer. So, currently scenario related to updating the permissions role fromDenied
to other roles has been removed from this PR and will be added on the next PR and move this PR forward as this PR has been on hold for long time.Related Issue
Types of changes
Checklist: