-
Notifications
You must be signed in to change notification settings - Fork 159
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
Display current user in collaborators list #3060
Conversation
dd3a780
to
ca8523f
Compare
tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature
Outdated
Show resolved
Hide resolved
ca8523f
to
2f9c152
Compare
Right, now need to explain to all the sharing scenarios that it's not wrong that there is one extra item in the list 🤦♂ |
c78f71f
to
ded609c
Compare
@@ -47,8 +47,7 @@ Feature: Sharing files with internal groups with permissions | |||
| file_target | /lorem (2).txt | | |||
| item_type | file | | |||
| permissions | <actual-permissions> | | |||
But user "User One" should not be listed in the collaborators list on the webUI |
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.
Removed because this step is no longer supposed to be true
@@ -48,8 +48,7 @@ Feature: Sharing folders with internal groups with role as advanced permissions | |||
| file_target | /simple-folder (2) | | |||
| item_type | folder | | |||
| permissions | <actual-permissions> | | |||
But user "User One" should not be listed in the collaborators list on the webUI |
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.
Removed because this step is no longer supposed to be true
@@ -48,8 +48,7 @@ Feature: Sharing folders with internal groups with different roles and permissio | |||
| file_target | /simple-folder (2) | | |||
| item_type | folder | | |||
| permissions | <actual-permissions> | | |||
But user "User One" should not be listed in the collaborators list on the webUI |
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.
Removed because this step is no longer supposed to be true
ded609c
to
711e1bc
Compare
@@ -563,3 +563,22 @@ Feature: Sharing files and folders with internal users | |||
And the user opens the share dialog for folder "simple-folder" using the webUI | |||
Then user "User Two" should be listed without additional info in the collaborators list on the webUI | |||
|
|||
Scenario: collaborators list contains the current user when he is an owner |
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 always use the singular they: https://en.wikipedia.org/wiki/Singular_they
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.
Adjusted all the scenarios titles. Pls re-check if I got it right 😉
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.
👍 see comments
711e1bc
to
9556412
Compare
@PVince81 Addressed comments. Pls take a look one more time 🙂 |
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.
👍
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: