-
Notifications
You must be signed in to change notification settings - Fork 40
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
Sharing a files with two users #697
Sharing a files with two users #697
Conversation
And user "user0" has shared file "textfile0.txt" with user "user2" | ||
When user "user0" browses to the activity page | ||
Then the activity number 1 should have a message saying that you have shared file "textfile0.txt" with user "User Two" | ||
And the activity number 2 should have a message saying that you have shared file "textfile0.txt" with user "User One" |
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.
Idk if this step is a requirement. Maybe this should come as a collection (i.e.. You have shared file "textfile0.txt" with user "User Two" and "User One"
)?
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 my comments below
tests/acceptance/features/webUIActivity/sharingInternal.feature
Outdated
Show resolved
Hide resolved
This seems to be the issue with the parser that generates EDIT: Only a single entry is returned in |
tests/acceptance/features/webUIActivity/sharingInternal.feature
Outdated
Show resolved
Hide resolved
@bishalrijal, please sync the branch with the master. There were recent changes to the used steps. |
Codecov Report
@@ Coverage Diff @@
## master #697 +/- ##
========================================
Coverage 83.9% 83.9%
Complexity 502 502
========================================
Files 45 45
Lines 1802 1802
========================================
Hits 1512 1512
Misses 290 290 Continue to review full report at Codecov.
|
6b008fd
to
f9f8e7a
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.
Looks Good. 👍
tests/acceptance/features/webUIActivity/sharingInternal.feature
Outdated
Show resolved
Hide resolved
f9f8e7a
to
cc12247
Compare
@ownclouders rebase |
3c3e243
to
76a3ac3
Compare
@individual-it @phil-davis can you review this? |
sorry was forgotten |
Sharing a files with two users acceptance test added
Demonstrating bug for #695