Skip to content

Commit

Permalink
Issue 35382 is resolved - webUI sharing to uppercase username works
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jun 7, 2019
1 parent 2b362fb commit d6e723b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ Feature: Sharing files and folders with internal users
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 skeleton files
And these users have been created without skeleton files:
Expand All @@ -339,5 +338,4 @@ Feature: Sharing files and folders with internal users
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
Then file "lorem.txt" should be listed on the webUI

0 comments on commit d6e723b

Please sign in to comment.