Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,16 @@ Feature: Sharing files and folders with internal users
And user "user1" has shared file "lorem.txt" with user "user2"
When the user opens the share dialog for file "lorem.txt"
Then the user should not be able to send the share notification by email using the webUI

@issue-35382
Scenario: user shares a file with another user with uppercase username
Given user "user1" has been created with default attributes
And these users have been created without skeleton files:
| username |
| SomeUser |
And user "user1" has logged in using the webUI
When the user shares file "lorem.txt" with user "SomeUser" using the webUI
And the user re-logs in as "SomeUser" using the webUI
And the user browses to the shared-with-you page
Then file "lorem.txt" should not be listed on the webUI
# Then file "lorem.txt" should be listed on the webUI