mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
- change to confirmPassword to be more consistent with oldPassword, newPassword - change to validate, $t is used for a function for translation
14 lines
450 B
Gherkin
14 lines
450 B
Gherkin
Feature: Change password
|
|
As a user
|
|
I want to change my password in my settings
|
|
Because this is a basic security feature, e.g. if I exposed my password by accident
|
|
|
|
Background:
|
|
Given I have a user account
|
|
And I am logged in
|
|
And I am on the "settings" page
|
|
|
|
Scenario: Change my password
|
|
Given I click on the "Security" link
|
|
Then I should be on the "Security" settings page
|
|
And I should be able to change my password |