diff options
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/profile.feature | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature index c74b0993fb3..6d210fb4df7 100644 --- a/features/profile/profile.feature +++ b/features/profile/profile.feature @@ -22,6 +22,11 @@ Feature: Profile Then I change my password And I should be redirected to sign in page + Scenario: I edit my avatar + Given I visit profile page + Then I change my avatar + And I should see new avatar + Scenario: My password is expired Given my password is expired And I am not an ldap user |