Skip to content

Commit

Permalink
Enable password change notification step - issue-332 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Mar 4, 2020
1 parent c941d17 commit 0bd4d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/acceptance/features/webUIGuests/guests.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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%"
Expand Down

0 comments on commit 0bd4d32

Please sign in to comment.