-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable password change notification step - issue-332 is fixed
- Loading branch information
1 parent
c941d17
commit 0bd4d32
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,15 +83,15 @@ Feature: Guests | |
And user "[email protected]" should exist | ||
# And user "[email protected]" should not exist | ||
|
||
@mailhog @issue-332 @skipOnOcV10.2 @skipOnFIREFOX | ||
@mailhog @skipOnOcV10.2 @skipOnFIREFOX | ||
Scenario: Administrator changes the guest user's password in users menu | ||
Given user "admin" has uploaded file with content "new content" to "new-file.txt" | ||
And the administrator has logged in using the webUI | ||
And the user shares file "new-file.txt" with guest user with email "[email protected]" using the webUI | ||
And the administrator has browsed to the users page | ||
When the administrator changes the password of user "[email protected]" to "newpassword" using the webUI | ||
#Then notifications should be displayed on the webUI with the text | ||
# | Password successfully changed | | ||
Then notifications should be displayed on the webUI with the text | ||
| Password successfully changed | | ||
When the administrator logs out of the webUI | ||
And the user logs in with username "[email protected]" and password "newpassword" using the webUI | ||
Then the user should be redirected to a webUI page with the title "Files - %productname%" | ||
|