Skip to content
Merged
Show file tree
Hide file tree
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 @@ -72,6 +72,7 @@ Feature: reset user password
And the content of file "textfile0.txt" for user "brand-new-user" using password "%alt1%" should be "ownCloud test text file 0" plus end-of-line
But user "brand-new-user" using password "%regular%" should not be able to download file "textfile0.txt"

@skipOnEncryptionType:user-keys @encryption-issue-57
Scenario Outline: reset user password including emoji
Given these users have been created:
| username | password | displayname | email |
Expand All @@ -80,10 +81,10 @@ Feature: reset user password
Then the OCS status code should be "100"
And the HTTP status code should be "200"
And the content of file "textfile0.txt" for user "brand-new-user" using password "<password>" should be "ownCloud test text file 0" plus end-of-line
But user "brand-new-user" using password "%regular%" should not be able to download file "textfile0.txt"
Examples:
| password | comment |
| 😛 😜 | smileys |
| 🐶🐱 🐭 | Animals |
| ⌚️ 📱 📲 💻 | objects |
| 🚴🏿‍♀️ 🚴‍♂️ | cycling |
But user "brand-new-user" using password "%regular%" should not be able to download file "textfile0.txt"
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Feature: reset user password
And the content of file "textfile0.txt" for user "brand-new-user" using password "%alt1%" should be "ownCloud test text file 0" plus end-of-line
But user "brand-new-user" using password "%regular%" should not be able to download file "textfile0.txt"

@skipOnEncryptionType:user-keys @encryption-issue-57
Scenario Outline: reset user password including emoji
Given these users have been created:
| username | password | displayname | email |
Expand All @@ -80,10 +81,10 @@ Feature: reset user password
Then the OCS status code should be "200"
And the HTTP status code should be "200"
And the content of file "textfile0.txt" for user "brand-new-user" using password "<password>" should be "ownCloud test text file 0" plus end-of-line
But user "brand-new-user" using password "%regular%" should not be able to download file "textfile0.txt"
Examples:
| password | comment |
| 😛 😜 | smileys |
| 🐶🐱 🐭 | Animals |
| ⌚️ 📱 📲 💻 | objects |
| 🚴🏿‍♀️ 🚴‍♂️ | cycling |
But user "brand-new-user" using password "%regular%" should not be able to download file "textfile0.txt"