-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
185979216 UX for reset password link is confusing for patron who has never logged in before 185979213 "Act on behalf of" ribbon disappears when buying tickets 186436007 change superadmin-cannot-be-merged message wording
- Loading branch information
1 parent
552af09
commit 5dc4bc4
Showing
12 changed files
with
62 additions
and
41 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
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
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
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
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
File renamed without changes.
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
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
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
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ Scenario: supply new valid password | |
When I fill in "New Password" with "syzygy" | ||
And I fill in "Confirm New Password" with "syzygy" | ||
And I press "Save Changes" | ||
Then I should be able to login with username "[email protected]" and password "syzygy" | ||
And I should be able to login with username "[email protected]" and password "syzygy" | ||
|
||
Scenario: confirmation mismatch | ||
|
||
|
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 |
---|---|---|
|
@@ -40,9 +40,16 @@ Scenario: magic link expires after 10 minutes | |
And customer "[email protected]" clicks on "http://www.example.com/customers/reset_token?token=test_token" | ||
Then I should be on the login page | ||
But customer "John Doe" should not be logged in | ||
|
||
|
||
|
||
|
||
Scenario: user created by admin and who has never logged in resets password | ||
|
||
Given customer with email "[email protected]" activates a valid forgot-password link | ||
Then I should be on the change password page | ||
When I fill in "New Password" with "syzygy" | ||
And I fill in "Confirm New Password" with "syzygy" | ||
And I press "Save Changes" | ||
Then I should see "My Tickets" within "#main-tabs" | ||
|
||
|
||
|
||
|
||
|
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